Learn R Programming

rlist (version 0.2.2)

list.load: Load a list from file

Description

Load a list from file

Usage

list.load(file, type = tolower(tools::file_ext(file)), ...)

Arguments

file
The file as input
type
The type of input which is by default determined by file extension
...
Additional parameters passed to the loader function

Examples

Run this code
list.load("list.rdata")
list.load("list.yaml")
list.load("list.json")

Run the code above in your browser using DataLab