#' print ksic
#' @export
ksic <- function(digit=5, C=10){
return(data.frame(ksicDB[(ksicDB$ksic_C == paste("C",C,sep=""))&(ksicDB$digit == digit),]))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.