ktImportText = function(input_files, outfile){
instring = paste0(input_files, collapse = " ")
command = paste0("bash /structural_colours/inst/ktImportText.sh -i '", instring, "' -o ", outfile)
system(command)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.