read.list {file} |
R Documentation |
read list from a given json file
Description
Usage
read.list(file,
mode = "character",
ofVector = FALSE,
encoding = UTF8);
Arguments
file
A json file path. [as string]
mode
The value mode of the loaded list object in R#
. [as string]
ofVector
Is a list of vector?. [as boolean]
envir
[as Environment]
Details
Authors
SMRUCC genomics Institute
Value
this function returns data object of type
any kind.
clr value class
Examples
[Package
file version 2.33.856.6961
Index]