View source: R/read_functions.R
starvz_read | R Documentation |
Read the directory of trace files (feather or parquet)
and the configuration file, and return a starvz_data
class used in starvz functions
starvz_read(directory = ".",
config_file = NULL, selective = TRUE)
directory |
Directory path of trace files |
config_file |
Path for configuration yaml file |
selective |
if True, only read data needed for creating panels activated in config |
The starvz_data with all tables
starvz_read("folder_to_parquet_files/")
starvz_read(
directory = "folder_to_parquet_files/",
config_file = "path_to_config.yaml"
)
starvz_read() # Read current directory
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.