Nothing
knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
GDPuc.warn
optionYou can silence all warnings thrown by convertGDP
by setting the option GDPuc.warn = FALSE
.
This will affect all calls to convertGDP
in the active R-session.
options(GDPuc.warn = FALSE)
replace_NAs
argumentOne warning thrown by convertGDP
comes from the addition of NAs in the return object due to missing conversion
factors. If NAs are explicitly desired set replace_NAs = NA
. This will silence the warning.
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.