PAINTOR_help <- function(paintor_path=NULL,
verbose = TRUE){
paintor_path <- PAINTOR_find_folder(paintor_path=paintor_path)
out <- system(file.path(paintor_path,"PAINTOR"),intern = TRUE)
if(verbose) cat(paste(out,collapse ="\n"))
return(out)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.