fromJSONL {protein8k} | R Documentation |
Decode a JSON List into an R List Object.
fromJSONL(filepath, maxLines = -1)
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. |
a large list, each element containg the contents of a JSON file after being converted.