Learn R Programming

ordinalTables (version 1.0.0.3)

loadRData: Function to load a data set written out using save().

Description

The first (should be the only) element read from the RData file is returned From: https://stackoverflow.com/questions/5577221/how-can-i-load-an-object-into-a-variable-name-that-i-specify-from-an-r-data-file

Usage

loadRData(file_name)

Value

the first object from the restored RData

Arguments

file_name

Character. Name of the file containing the RData

Details

usage x <- loadRData(file_name="")