Read a KRT from canonical YAML
Value
A krt_tbl.
Examples
k <- read_krt_yaml(write_krt_yaml(krt_example))
identical(length(k$resources), length(krt_example$resources))
#> [1] TRUE
Read a KRT from canonical YAML
A krt_tbl.
k <- read_krt_yaml(write_krt_yaml(krt_example))
identical(length(k$resources), length(krt_example$resources))
#> [1] TRUE