Nothing
#' @rdname set_username
#'
#' @export
clear_username <- function() {
if (file.exists(file.path(config_dir(), "username.dcf"))) {
message("removing username from icesConnect configuration.")
unlink(
file.path(config_dir(), "username.dcf")
)
}
else {
message("no username found in icesConnect configuration.")
}
}
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.