parse_text: Rich parse data

Description Usage Arguments

View source: R/parse.R

Description

Returns a tibble with one row per function/object in the string, file, or package.

Usage

1
2
3
4
5
parse_text(text, filename = NULL)

parse_file(file)

parse_package(path = ".")

Arguments

text

The text to parse as string.

filename

The file name to attach to the parsed text.

file

The file to parse, must be UTF-8 encoded.

path

The package to parse, must be UTF-8 encoded.


pre-processing-r/rpp documentation built on Dec. 23, 2021, 11:16 p.m.