DataSource | R Documentation |
DataSource class
DataSource class
get_file_list()
Retrieve the list of absolute paths to all the files in this data source.
DataSource$get_file_list()
List[str]: List of absolute paths.
get_root_dir()
Retrieve the absolute path to the root directory of this data source.
DataSource$get_root_dir()
str: absolute path to the root directory of this data source.
clone()
The objects of this class are cloneable with this method.
DataSource$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.