Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fridayFagPackets
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tom Rushby
fridayFagPackets
Commits
8e91a734
Commit
8e91a734
authored
4 years ago
by
Ben Anderson
Browse files
Options
Downloads
Patches
Plain Diff
added preamble
parent
df147230
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/retrofitOrBust.html
+18
-11
18 additions, 11 deletions
docs/retrofitOrBust.html
retrofitOrBust/makeFile.R
+2
-10
2 additions, 10 deletions
retrofitOrBust/makeFile.R
retrofitOrBust/retrofitOrBust.Rmd
+7
-0
7 additions, 0 deletions
retrofitOrBust/retrofitOrBust.Rmd
with
27 additions
and
21 deletions
docs/retrofitOrBust.html
+
18
−
11
View file @
8e91a734
This diff is collapsed.
Click to expand it.
retrofitOrBust/makeFile.R
+
2
−
10
View file @
8e91a734
makeReport
<-
function(f){
# default = html
rmarkdown
::
render(input = paste0(here::here("
2020-10-16-
retrofOrBust"
,
f)
,
".Rmd")
,
rmarkdown
::
render(input = paste0(here::here("retrof
it
OrBust"
,
f)
,
".Rmd")
,
params
=
list
(
title
=
title,
subtitle
=
subtitle,
authors
=
authors
)
,
output_file
=
paste0
(
here::here
(
"docs/"
)
, f,
".html"
)
)
# word
rmarkdown
::
render(input = paste0(here::here("2020-10-16-retrofOrBust"
,
f)
,
".Rmd")
,
params
=
list
(
title
=
title,
subtitle
=
subtitle,
authors
=
authors
)
,
output_file
=
paste0
(
here::here
(
"docs/"
)
, f,
".docx"
)
,
output_format
=
"word_document"
)
}
# >> run report ----
rmdFile
<-
"retrofitOrBust"
# not the full path
title
=
"Retrofit or bust?"
title
=
"
#backOfaFagPacket:
Retrofit or bust?"
subtitle
=
""
authors
=
"Ben Anderson"
...
...
This diff is collapsed.
Click to expand it.
retrofitOrBust/retrofitOrBust.Rmd
+
7
−
0
View file @
8e91a734
...
...
@@ -33,6 +33,13 @@ bibliography: '`r path.expand("~/github/dataknut/refs/refs.bib")`'
>This fridayFagPacket was first published as a [blog](https://dataknut.wordpress.com/2020/10/16/retrofit-or-bust/)
<hr>
# fridayFagPackets
Numbers that could have been done on the back of one and should probably come with a similar health warning...
>Find out [more](https://dataknut.github.io/fridayFagPackets/).
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment