Function reference
-
write_tdr_csv()
- write a tabular-data-resource yaml file and data csv file based on a data.frame or tibble
-
read_tdr_csv()
- read a CSV tabular data resource into R from disk or the web
-
write_tdr()
- extract data resource metadata from a data frame and save it to a file
-
read_tdr()
- Read a tabular data resource into R from disk or the web
-
add_attrs()
add_col_attrs()
- add attributes
-
add_type_attrs()
- automatically add "name" and "type" attributes to columns in a data frame
-
make_tdr_from_attr()
- make a tabular-data-resource list from the attributes of a data.frame
-
add_attr_from_tdr()
- add attributes to a data.frame based on a tabular-data-resource list
-
glimpse_attr()
- glimpse attributes of a data.frame
-
glimpse_schema()
- glimpse CoDEC schema
-
glimpse_tdr()
- glimpse CoDEC tdr
This can be used instead of separately calling
glimpse_attr()
andglimpse_schema()
-
codec_tdr()
- codec_tdr
-
check_codec_tdr_csv()
check_data()
check_census_tract_id()
check_date()
check_files()
check_codec_tdr()
check_tdr_name()
check_tdr_path()
- Check a tabular-data-resource against CoDEC specifications
-
codec_colors()
- CoDEC colors
-
codec_data()
- read CoDEC tabular data resource