source_to_env {mark}R Documentation

Source to environment

Description

Source an R script to an environment

Usage

source_to_env(x, ops = NULL)

Arguments

x

An R script

ops

Options to be passed to rscript

Value

Invisibly, and environment variable of the objects/results created from x


[Package mark version 0.8.0 Index]