| fromJSONL {protein8k} | R Documentation | 
fromJSONL
Description
Decode a JSON List into an R List Object.
Usage
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.
[Package protein8k version 0.0.1 Index]