vdbCopyRSource: Copy files ending in .R from source directory into a VDB-wide...

Description Usage Arguments Author(s) Examples

View source: R/saveGlobals.R

Description

These R files will be sourced in the global environment of the Trelliscope Viewer when the viewer is launched and the resulting objects will be available to all displays throughout the viewing session. Useful for getting custom functions into the global environment.

Usage

1
vdbCopyRSource(fromDir, conn = getOption("vdbConn"))

Arguments

fromDir

directory with R source

conn

vdb connection

Author(s)

Jeremiah Rounds

Examples

1
2
3
4
## Not run: 
vdbCopyRSource(".") # copies R files from current directory

## End(Not run)

trelliscope documentation built on Sept. 20, 2017, 5:04 p.m.