datasets_byDate: Produces an html file with all datasets published in a given...

Description Usage Arguments Value Examples

View source: R/datasets_byDate.R

Description

Produces an html file with all datasets published in a given period

Usage

1
2
3
4
5
6
datasets_byDate(
  startDate = "2016-01-01",
  endDate = Sys.Date(),
  citationsDir = tempdir(),
  pageName = "citations.html"
)

Arguments

startDate

The (inclusive) start date in YYYY-MM-DD format. default 2016-01-01

endDate

The (exclusive) end date in YYYY-MM-DD format. default: today's date using 'Sys.Date()'

citationsDir

directory for the new file to be created. Defaults to 'tempdir()'

pageName

name of the html file. defaults to citations.html

Value

None. Writes an html file to local disk

Examples

1
2
3
4
## Not run: 
datasets_byDate("2017-01-01", "2017-06-01")

## End(Not run)

QualitativeDataRepository/dvcurator documentation built on Nov. 8, 2021, 10 a.m.