Nothing
#' Create Gold price data
#' @export
#' @param data dataframes
#' @return A dataframes of gold price data
#' @import readxl
#'
#'
#'
GOLDprice <-function(data){
ringkasan<-summary(data);
return(ringkasan);
}
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.