Nothing
#' Create Village Potential Statistics of Indonesia
#' @export
#' @param data dataframes
#' @return A dataframes of Village Potential Statistics of Indonesia
#' @import readxl
#'
#'
#' @examples
#' PODES(PODES2019)
#'
PODES <-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.