library("XML")
library("RCurl")
library("gtools")
osmosis_source <- "../R"
osmosis_files <- c("get.R", "source.R", "source-api.R", "source-osmosis.R",
"as-osmar-elements.R", "as-osmar.R", "osmar.R")
osmosis_files <- file.path(osmosis_source, osmosis_files)
sapply(osmosis_files, source)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.