R/GOLDprice.R

Defines functions GOLDprice

Documented in GOLDprice

#' 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);
}

Try the GOLDprice package in your browser

Any scripts or data that you put into this service are public.

GOLDprice documentation built on April 4, 2025, 12:01 a.m.