fromJSONL: fromJSONL

Description Usage Arguments Value

View source: R/fromJSONL.R

Description

Decode a JSON List into an R List Object.

Usage

1
fromJSONL(filepath, maxLines = -1)

Arguments

filepath

A character string indicating the filepath from the working directory to the desired file.

maxLines

An integer representing the max number of lines to read. Negative values indicate that one should read up to the end of input on the connection.

Value

a large list, each element containg the contents of a JSON file after being converted.


protein8k documentation built on Aug. 16, 2021, 9:06 a.m.