sbf_list_datas | R Documentation |
Returns file paths for all data files matching regular expression x_name.
sbf_list_datas(
x_name = ".*",
sub = sbf_get_sub(),
main = sbf_get_main(),
recursive = FALSE,
include_root = TRUE,
ext = "rds"
)
x_name |
A string of the name. |
sub |
A string specifying the path to the sub folder (by default the current sub folder). |
main |
A string specifying the path to the main folder (by default the current main folder) |
recursive |
A flag specifying whether to recurse into subfolders. |
include_root |
A flag indicating whether to include objects in the top sub folder. |
ext |
A string of the file extension. |
Other list functions:
sbf_list_blocks()
,
sbf_list_dbs()
,
sbf_list_numbers()
,
sbf_list_objects()
,
sbf_list_plots()
,
sbf_list_strings()
,
sbf_list_tables()
,
sbf_list_windows()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.