Reads a gzipped JSON file and converts it into a tibble.
Examples
if (FALSE) {
df <- convert_json_gz_to_tibble("data.json.gz")
print(df)
}
Reads a gzipped JSON file and converts it into a tibble.
if (FALSE) {
df <- convert_json_gz_to_tibble("data.json.gz")
print(df)
}