#' all_data
#'
#' A function to list names of data in pscdata
#'
#' @return A character vector
#' @export
#'
#' @examples
#' all_data()
all_data <- function() {
res <- as.data.frame(data(package = "pscdata")$results)$Item
print(res)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.