Learn R Programming

adapr (version 2.0.0)

syncTrunk: Partial project synchronization of dependencies to an Rscript. Runs only scripts needed for synchronization.

Description

Partial project synchronization of dependencies to an Rscript. Runs only scripts needed for synchronization.

Usage

syncTrunk(rscript, project.id = getProject(), ask = FALSE)

Arguments

rscript

script to synchronize the output of

project.id

is project to synchronize

ask

logical whether to report estimated run time prior to execution

Value

Character string with message about success for synchronization

Examples

Run this code
# NOT RUN {
syncTrunk("read_data.R","adaprHome")
# }
# NOT RUN {


# }

Run the code above in your browser using DataLab