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.