Nothing
parse_estimate <- function(tbl_json) {
tbl_json$..JSON |>
purrr::map("estimate") |>
purrr::map(~ ifelse(is.null(.x), NA_character_, .x)) |>
as.character() |>
readr::parse_number(na = c("", "NA", "NR"))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.