cps_download_docs: Download CPS technical documentation

Description Usage Arguments Details Examples

View source: R/cps_download.R

Description

Download CPS technical documentation

Usage

1
2
3
4
5
cps_download_docs(
  path = "cps_docs",
  years = seq(1994, 2018, 2),
  overwrite = FALSE
)

Arguments

path

A file path (relative or absolute) where the downloads should go.

years

Which years of documentation to download. Defaults to all even-numbered years from 1994 to 2018.

overwrite

Logical, whether to write over existing files or not. Defaults to FALSE.

Details

Examples

1
2
3
4
## Not run: 
cps_download_docs(path = "cps_docs", years = 2016, overwrite = TRUE)

## End(Not run)

cpsvote documentation built on Nov. 8, 2020, 4:27 p.m.