Nothing
#' Create Survei Angkatan Kerja Nasional (SAKERNAS)
#' @export
#' @param data dataframes
#' @return A dataframes of Survei Angkatan Kerja Nasional (SAKERNAS) of Indonesia
#' @import readxl
#'
#'
#'
SAKERNAS <-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.