is_process_file | R Documentation |
Implement the specifications to the raw data such as cleaning and recoding the data.
is_process_file(
file,
filespec,
fgspec,
con,
verbose = NULL,
row = NULL,
control = FALSE,
duck = NULL
)
file |
File rawdata |
filespec |
Specification for a file from |
fgspec |
Specification for a file group |
con |
Connection to the database |
verbose |
Make processes explicit. Default is FALSE |
row |
Select specific row only |
control |
Logical value. If the file has been checked for possible errors |
duck |
R6 object for DuckDB |
A dataset with data.table
format
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.