scanr: Scan your scripts folders for the functions you are looking...

Description Usage Arguments Value

Description

Returns the functions for each file in

Usage

1
scanr(pattern, path = "R", file_extension = "(r|R)$", ...)

Arguments

pattern

a regular expression that matches what you are looking for

path

where to look for your R files

file_extension

the extension for your R files (or other regular expression) to match some files

...

additional arguments to be passed to grepl to match the regular expression for what you are looking for

Value

a tibble


fmichonneau/scanr documentation built on May 11, 2019, 4:17 p.m.