code_library: Show Code Library

Description Usage Arguments Details See Also Examples

View source: R/code_library.R

Description

Show Code Library

Usage

1
2
3
4
5
6
7
code_library(
  extn = NULL,
  fields = "Description",
  viewer = TRUE,
  silent = FALSE,
  return_info = FALSE
)

Arguments

extn

vector string of extensions to include

fields

character vector of fields to extract

viewer

logical indicating if viewer should be used to display results (default=FALSE)

silent

logical indicating if messages should be silenced (default=FALSE)

return_info

logical (default = FALSE). Return data.frame of results (FALSE= returns file paths)

Details

requires getOption("code_library_path") to be set

See Also

ls_code_library, preview

Examples

1
2
3
4
5
6
## Not run: 

code_library()


## End(Not run)

tsahota/TidyProject documentation built on April 19, 2021, 9:14 p.m.