Learn R Programming

adapr (version 2.0.0)

Load.branch: Loads a single R object from file

Description

Loads a single R object from file

Usage

Load.branch(file)

Arguments

file

contains R object

Value

object for file that was read

Examples

Run this code
# NOT RUN {
processed <- Load.branch("read_data.R/process_data.Rdata")
# }

Run the code above in your browser using DataLab