Skip to contents

Note: end users should normally not use this function: use bm_render() instead!

Usage

bm_get_bookmarks(
  x,
  pattern = "qmd$|rmd$",
  recursive = TRUE,
  ignore.case = TRUE
)

Arguments

x

A path to a file or dir

pattern

The regex to match against filenames

recursive

Whether to look in subdirectories

ignore.case

Whether the regex is case sensitive (FALSE) or not (TRUE)

Value

A bookmarks_from_dir object