xml_xtab_for: Download xml xtab data from url, tag with code for caching...

xml_xtab_forR Documentation

Download xml xtab data from url, tag with code for caching useful for older (2006) data that does not come as csv option

Description

Download xml xtab data from url, tag with code for caching useful for older (2006) data that does not come as csv option

Usage

xml_xtab_for(
  code,
  url,
  refresh = FALSE,
  time_value = NA,
  temp = NA,
  system_unzip = FALSE
)

Arguments

code

The statcan table code, needed for caching and for locating the table to extract

url

The url to the xml table download. Only needed if the table is not cached, but reommended to always include for reproducibility

refresh

Will refresh cached data if set to TRUE, default is FALSE

time_value

If set, will use this as the time variable, otherwise extract the time variable from the data. Setting this will slightly speed up the parsing.

temp

A path to the downloaded xml zip file. Useful if file has already been downloaded and should not be downloaded again.


mountainMath/cancensusHelpers documentation built on May 14, 2022, 12:43 p.m.