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

sbf_list_numbers(
  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.