## Set for numeric/text formatting within scraper
options(
scipen = 999,
stringsAsFactors = FALSE
)
na_if_null <- function(x) {
return(
ifelse(is.null(x), NA, x)
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.