R/loadeR.R

#' @name loadeR
#' @aliases loadeR-package
#' @title Read Data System
#' @author
#' Maintainer: Oldemar Rodriguez Rojas <oldemar.rodriguez@ucr.ac.cr>\cr
#' \itemize{
#'   \item Oldemar Rodriguez Rojas <oldemar.rodriguez@ucr.ac.cr>
#'   \item Diego Jiménez Alvarado
#'   \item Joseline Quirós Mendez
#' }
#' @description
#' Provides a framework to load text and excel files through a 'shiny' graphical interface. It allows renaming, transforming, ordering and removing variables. It includes basic exploratory methods such as the mean, median, mode, normality test, histogtram and correlation.
#' @details
#' \tabular{ll}{
#' Package: \tab loadeR\cr
#' Type: \tab Package\cr
#' Version: \tab 1.3.0\cr
#' Date: \tab 2024-10-24\cr
#' License: \tab GPL (>=2)\cr
#' }
#' @keywords package
"_PACKAGE"

NULL
utils::globalVariables(c(
  "alpha", "gg_color_hue", "styleEqual", "fwrite", "thead", "th", "x", "n", 
  "z", "hcl", "cor", "y", "label", "value", "median", "paquete"
))

Try the loadeR package in your browser

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

loadeR documentation built on Oct. 25, 2024, 1:07 a.m.