sbf_list_datas.Rd
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"
)
A string of the name.
A string specifying the path to the sub folder (by default the current sub folder).
A string specifying the path to the main folder (by default the current main folder)
A flag specifying whether to recurse into subfolders.
A flag indicating whether to include objects in the top sub folder.
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()