sbf_list_strings: Gets List of String Files as a Character Vector

View source: R/list.R

sbf_list_stringsR Documentation

Gets List of String Files as a Character Vector

Description

Returns file paths for all string .rds files matching regular expression x_name.

Usage

sbf_list_strings(
  x_name = ".*",
  sub = sbf_get_sub(),
  main = sbf_get_main(),
  recursive = FALSE,
  include_root = TRUE,
  ext = "rds"
)

Arguments

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.

See Also

Other list functions: sbf_list_blocks(), sbf_list_datas(), sbf_list_dbs(), sbf_list_numbers(), sbf_list_objects(), sbf_list_plots(), sbf_list_tables(), sbf_list_windows()


poissonconsulting/subfoldr2 documentation built on Nov. 1, 2024, 9:10 p.m.