Get text and metadata for a given node within a given ordinance
get_codes_content.Rd
Corresponds to, for example: https://api.municode.com/CodesContent?jobId=426172&nodeId=THZOORALVI&productId=12429
Examples
get_codes_content(node_id = "SUHITA", product_id = "12429")
#> # A tibble: 3 × 16
#> id heading node_type content node_depth has_children parent_id doc_order_id
#> <chr> <chr> <chr> <chr> <int> <lgl> <chr> <int>
#> 1 SUHI… Supple… current " The … NA NA NA NA
#> 2 ARTI… ARTICL… next NA 1 TRUE 12429 3
#> 3 THZO… THE ZO… previous NA 1 FALSE 12429 1
#> # ℹ 8 more variables: node_key <lgl>, is_updated <lgl>, is_amended <lgl>,
#> # has_amended_descendant <lgl>, compare_status <int>, doc_type <int>,
#> # depth_override <lgl>, chunk_group_starting_id <lgl>