#' Convert osmar object to OSM-XML
#'
#' Convert an osmar object to an OSM-XML object.
#'
#' @param obj An \code{\link{osmar}} object
#' @param ... Ignored
#'
#' @return An xml object
#'
#' @note Not yet implemented!
as_osm <- function(obj, ...) {
stopifnot(class(obj) == "osmar")
stop("Not yet implemented")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.