object_names: Get the names of all objects assigned in an R script

Description Usage Arguments

View source: R/object_names.R

Description

Get the names of all objects assigned in an R script.

Usage

1
object_names(path, chdir = FALSE, all.names = FALSE)

Arguments

path

Path to the R script.

chdir

If TRUE, the R working directory is temporarily changed to the directory containing the R script.

all.names

Logical. If TRUE all object names are returned. If FALSE, names which begin with a . are omitted.


DavidBarke/QWUtils documentation built on Jan. 13, 2020, 11:52 a.m.