View source: R/data_table_summary.R
data_table_summary | R Documentation |
Provides a summary with date stamps of external data files.
data_table_summary(
data_table,
name_variable = "name",
file_variable = "file",
folder_variable = "folder",
mod_time_variable = "mod_time"
)
data_table |
data frame containing the meta-table of file paths of the external data files, and their desired R object names. |
name_variable |
character string giving the variable name within
|
file_variable |
character string giving the variable name within
|
folder_variable |
character string giving the variable name within
|
mod_time_variable |
character string given the variable name to be
created in |
data_table_summary
returns a data frame sumarising the
meta-table and the associated information about time of last modification
and full file paths.
read_data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.