all_codes_with_fields <- function(code_name, ...){
if(!(code_name %in% names(all_linkages()))){
code_name <- code_name %>%
str_replace("(Code)?$","Code")
}
fst_path_for_code(code_name) %>%
read.fst(columns=code_name) %>%
add_fields_based_on_some_code(code_name, fields=c(...))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.