trelliscope (version 0.9.7)

vdbCopyRSource: Copy files ending in .R from source directory into a VDB-wide global code directory for use in Trelliscope displays

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

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

Arguments

fromDir
directory with R source
conn
vdb connection

Examples

Run this code
## Not run: 
# vdbCopyRSource(".") # copies R files from current directory
# ## End(Not run)

Run the code above in your browser using DataLab