import_path: Import an object

Description Usage Arguments Details Value

View source: R/import.R

Description

Reads in data given a full path.

Usage

1
import_path(path, ..., import = TRUE, return = TRUE)

Arguments

path

character. Concatenation of file, dir, and ext,

...

dots. Arguments to pass dircetly to internally used import function.

import

logical. Indicates whether to actually execute function.

return

logical. Relevant ONLY if export == FALSE. Set to TRUE in order to preview what would be rendered.

Details

Works similarly to import_ext() internally, but may be considered simpler.

Value

object.


aelhabr/teproj documentation built on June 18, 2020, 3:25 a.m.