You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
565 B
R
20 lines
565 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/common.R
|
|
\name{LoadRData2Variable}
|
|
\alias{LoadRData2Variable}
|
|
\title{LoadRData2Variable}
|
|
\usage{
|
|
LoadRData2Variable(FullPathToRData)
|
|
}
|
|
\arguments{
|
|
\item{FullPathToRData}{path to rda file}
|
|
}
|
|
\value{
|
|
an R object, you will probable want to assign it to a variable
|
|
}
|
|
\description{
|
|
This function loads R-data file into a variable instead of into the workspace.
|
|
Works well when the R-data file contains only ONE variable.
|
|
Not tested for when the R-data file contains more than one variable.
|
|
}
|