#' is ksic?
#' @export
is_ksic <- function(x){
return(data.frame(input = x,
C10 = x %in% ksicDB[ksicDB$ksic_C=="C10",]$ksic_cd,
C9 = x %in% ksicDB[ksicDB$ksic_C=="C9",]$ksic_cd))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.