author.ready4pack_manifest <- function(x){
# purrr::map(pkg_ds_ls_ls,
# ~ready4fun_dataset(.x)) # Need to edit to validate datasets_ls
x$x_ready4fun_manifest <- ready4::metamorphose(x) %>%
ready4::author()
ready4::authorData(x)
return(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.