#' add_constant_metadata_resource
#'
#' Add metadata that have constant values across records for resources
#'
#' @param metadata_list list: List for machine names and their corresponding
#' values
#'
#' @return list
#' @export
#'
add_constant_metadata_resource <- function(metadata_list) {
metadata_list$title <- "Related materials (Questionnaires, reports, tables,
technical documents, and data files)"
metadata_list$body <- NULL
metadata_list$field_wbddh_resource_type <- "Landing page"
return(metadata_list)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.