open_blue: open_blue creates or loads blueprint-files.

Description Usage Arguments Value Author(s) Examples

Description

"open_blue" creates or loads blueprint-files of various file formats.

Usage

1
open_blue(blueprint = options()$blueprint_file, chunks = 20)

Arguments

blueprint

Path to blueprint (meta-data file) that contains specifications about the variables in data files that will be merged. The file format of data is taken from the suffix as defined in the import. See the vignette for details of the structure.

chunks

Number specifying the chunks to be included in the new blueprint file. This can be changed later manually by adding appropriate named columns.

Value

Nothing. Just used for the side effect of generating or opening the specified blueprint file.

Author(s)

Marc Schwenzer <m.schwenzer@uni-tuebingen.de>

Examples

1
## Not run: open_blue('/path/to/file.xlsx')

mschwenzer/blueprint documentation built on Nov. 4, 2019, 8:30 p.m.