[72a7c3]: / man / loadLocal.Rd

Download this file

19 lines (18 with data), 376 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/utility_functions.R
\name{loadLocal}
\alias{loadLocal}
\title{Read a local RDS file.}
\usage{
loadLocal(filename)
}
\arguments{
\item{filename}{Path to the file to be read.}
}
\value{
Content of file.
}
\description{
Use the readRDS function to load the given file which should be in RDS
format.
}