write_fr_tdr {fr}R Documentation

write a fr_tdr object to disk

Description

The name property of the fr_tdr object is used to write a frictionless tabular-data-resource to disk. For example, if name = "my_data", then a folder named my_data would be created with (1) my_data.csv and (2) tabular-data-resource.yaml.

Usage

write_fr_tdr(x, dir)

Arguments

x

a fr_tdr object to write to disk

dir

path to directory where tabular-data-resource folder will be created

Value

x (invisibly)


[Package fr version 0.5.1 Index]