#' @export
add_genotypes = function(model, path, G, separator = ",",header = T){
if(separator==','){
JuliaCall::julia_call("add_genotypes",model,path,G,separator = JuliaCall::julia_eval("','"),header = header)
} else if(separator == ' ') {
JuliaCall::julia_call("add_genotypes",model,path,G,separator = JuliaCall::julia_eval("' '"),header = header)
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.