Learn R Programming

ascribe (version 0.2.0)

internal_data: Ignored functions/directories used by scanner

Description

Vector of functions to be ignored when parsing. Generated in data-raw/sysdata.R from exports of base R packages.

Vector of directories skipped when recursively searching a project. Generated in data-raw/sysdata.R.

Usage

stdlib_funs()

scan_skip_dirs()

Arguments

Value

A character vector of function names to ignore.

A character vector of directory names to skip.

Examples

Run this code
head(stdlib_funs())
scan_skip_dirs()

Run the code above in your browser using DataLab