Skip to contents

Read & write tabular-data-resources

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

Curate metadata

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

Examine metadata

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() and glimpse_schema()

CoDEC specifications

CoDEC user interface

codec_colors()
CoDEC colors
codec_data()
read CoDEC tabular data resource