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