Nothing
#' Loads a volume vol2bird-style meaning that a number of different file formats
#' are tried and eventually loaded.
#' @param file name of file to be loaded
#' @return The loaded volume as a Rcpp_PolarVolume that can be passed around
#' @keywords internal
load_volume <- function(file){
processor<-Vol2Bird$new()
vol<-processor$load_volume(file)
return(vol)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.