Nothing
#' List instrument items
#'
#' @details
#' Simply list the items from each instrument for convenience.
#'
#' @param instrument "WG" or "WS"
#'
#' @return List of items
#'
#' @export
#'
#' @examples
#' wg2ws_list_items("WG")
#' wg2ws_list_items("WS")
wg2ws_list_items <- function(instrument) {
if (instrument == "WG") {
return(g_dict$item_definition)
} else if (instrument == "WS") {
return(s_dict$item_definition)
}
}
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.