walkReports | R Documentation |
Write “walk” report HTML files.
walkReports(
walk,
project,
datfile,
basedir,
tmplt = "Walk_Template.Rmd",
showFileInBrowser = FALSE,
quiet = TRUE
)
walk |
A vector of walk codes. |
project |
A project name. |
datfile |
The name of the file in |
basedir |
A path string to where |
tmplt |
A name for the template to use. |
showFileInBrowser |
A logical for whether to open the resultant file in the broswer or not (default is to not). |
quiet |
A logical for whether the progress of processing the markdown file should be shown (default is to not). |
NONE YET
None, but an html file will be created.
Derek H. Ogle
## Not run:
project <- "Bayfield County"
basedir <- file.path("C:/aaaPersonal/MAPPING",project)
datfile <- paste0(project,".csv")
walk <- "FR4138051"
walkReports(walk,project,datfile,basedir,showFileInBrowser=TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.