code.load: Read Code from a File according to Parameters given as...

Description Usage Arguments

View source: R/codeLoad.R

Description

Read snippets of code from a file. Similar to code.read, but interpret the parameters from strings.

Usage

1
code.load(path, lines = "", tags = "", basePath = NULL)

Arguments

path

the path to the file to read

lines

a set of selected lines, given as R integer vector expression string

tags

the list of marking start and end given as string with comma-separated values

basePath

the base path against which the path should be resolved


thomasWeise/bookbuildeR documentation built on Sept. 5, 2021, 6:31 p.m.