Pass: Simple way to send objects from one script to another.

Description Usage Arguments Details Value Examples

View source: R/pass_recieve.R

Description

Simple way to send objects from one script to another.

Usage

1
Pass(x, description = "results")

Arguments

x

R object to send

description

String describing R object stored in tree

Details

Adds '.rda' to object name and writes to Result file. Works with 'Receive'.

Value

Value of Write.

Examples

1
2
3
4
5
## Not run: 
# Requires internet connection to access GitHub.
Pass(myObject,"great result")

## End(Not run) 

gelfondjal/adapr documentation built on Feb. 2, 2020, 1:32 a.m.