Nothing
.bundled_room_packs <- function() {
list(ecologia_numerica_room_pack())
}
.register_bundled_room_packs <- function(packs = .bundled_room_packs()) {
if (!is.list(packs)) {
stop("`.bundled_room_packs()` must return a list of room packs.", call. = FALSE)
}
for (pack in packs) {
register_room_pack(pack)
}
invisible(vapply(packs, `[[`, character(1), "id"))
}
.onLoad <- function(libname, pkgname) {
.register_bundled_room_packs()
}
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.