csv_reader {datapackage} | R Documentation |
Read the CSV-data for a Data Resource
Description
Read the CSV-data for a Data Resource
Usage
csv_reader(
path,
resource,
use_fread = FALSE,
convert_categories = c("no", "to_factor"),
as_connection = FALSE,
...
)
Arguments
path |
path to the data set. |
resource |
a Data Resource. |
use_fread |
use the |
convert_categories |
how to handle columns for which the field
descriptor has a |
as_connection |
This argument is ignored. The function will always
return a |
... |
additional arguments are passed on to |
Value
Returns a data.frame
with the data.
See Also
Generally used by calling dp_get_data
.
[Package datapackage version 0.2.3 Index]