Detects the format (JSON, YAML, ASAP/Cell Press table, or generic tabular) and reads it into a krt_tbl.
Value
A krt_tbl.
Examples
k <- import_krt(write_krt_json(krt_example))
length(k$resources)
#> [1] 6
Detects the format (JSON, YAML, ASAP/Cell Press table, or generic tabular) and reads it into a krt_tbl.
A krt_tbl.
k <- import_krt(write_krt_json(krt_example))
length(k$resources)
#> [1] 6