Skip to contents

Read a KRT from canonical JSON

Usage

read_krt_json(input)

Arguments

input

A file path or a JSON string.

Value

A krt_tbl.

Examples

k <- read_krt_json(write_krt_json(krt_example))
identical(length(k$resources), length(krt_example$resources))
#> [1] TRUE