walkReports: Write walk report HTML files.

View source: R/walks.R

walkReportsR Documentation

Write walk report HTML files.

Description

Write “walk” report HTML files.

Usage

walkReports(
  walk,
  project,
  datfile,
  basedir,
  tmplt = "Walk_Template.Rmd",
  showFileInBrowser = FALSE,
  quiet = TRUE
)

Arguments

walk

A vector of walk codes.

project

A project name.

datfile

The name of the file in pth that contains all of the track information.

basedir

A path string to where datfile, the folder with the images, and the folder in which to put the resultant HTML file reside.

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).

Details

NONE YET

Value

None, but an html file will be created.

Author(s)

Derek H. Ogle

Examples

## 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)


droglenc/gpxhelpers documentation built on Dec. 12, 2024, 1:33 a.m.