Nothing
### =========================================================================
### Routines for retrieving GMAP installation information
### -------------------------------------------------------------------------
###
gsnapInfo <- function() {
info <- .gsnap(version = TRUE)
getField <- function(name) {
sub(".*?: ", "", info[grep(paste("^", name, ":", sep = ""), info)])
}
list(defaultDirectory = getField("Default gmap directory"))
}
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.