Load Data for Analysis System


[Up] [Top]

Documentation for package ‘loadeR’ version 1.1.3

Help Pages

carga.datos Load data from text file.
carga.datos.excel Load data from excel.
codigo.monokai HTML for show code on shiny application.
datos.disyuntivos Create disjunctive columns to a data.frame.
devolver.disyuntivos Back disjunctive column to original.
dfnormal Data.frame with normal test values.
e_cor Correlation plot
e_histboxplot Histogram + boxplot
e_histnormal Normal plot
e_qq Qplot + Qline
infoBoxPROMiDAT Information box.
labelInput Create a label that can be used to show text.
labels_loadeR Returns a vector of keys to translate with tr.
loadeR Read Data System
menu.idioma #' Include Content From a File #' #' Load rendered RMarkdown from a file and turn into HTML. #' #' @rdname includeRMarkdown #' @export #' #' @importFrom rmarkdown render #' @importFrom markdown markdownToHTML #' @importFrom shiny HTML includeRMarkdown <- function(path) md <- tempfile(fileext = '.md') on.exit(unlink(md),add = TRUE) rmarkdown::render( path, output_format = 'md_document', output_dir = tempdir(), output_file = md,quiet = TRUE ) html <- markdown::markdownToHTML(md, fragment.only = TRUE) Encoding(html) <- "UTF-8" return(HTML(html)) HTML for language menu.
mod_carga_datos_server carga_datos Server Functions.
mod_carga_datos_ui carga_datos UI Function
mod_correlacion_server correlacion Server Function
mod_correlacion_ui correlacion UI Function
mod_dispersion_server dispersion Server Function
mod_dispersion_ui dispersion UI Function
mod_distribuciones_server distribuciones Server Function
mod_distribuciones_ui distribuciones UI Function
mod_normal_server normal Server Function
mod_normal_ui normal UI Function
mod_r_numerico_server r_numerico Server Function
mod_r_numerico_ui r_numerico UI Function
options.run Creates a button to use in a options menu.
run_app Run the Shiny Application
tabBoxPrmdt Tabset panel with options menu.
tabsOptions Options menu in footer for tabBoxPrmdt (tabsetPanel).
tr Returns a translate text (user defined).
translation.loadeR Returns a list of sentences with their translation in different languages.
updateLabelInput Change the value of a label input on the client.
var.categoricas Filter category variables of a data.frame.
var.numericas Filter numeric variables of a data.frame.