-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from HRDAG/add-new-functions
Add data objects for data dictionary; closes #18
- Loading branch information
Showing
12 changed files
with
109 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# ============================================ | ||
# Authors: MG | ||
# Maintainers: MG | ||
# Copyright: 2023, HRDAG, GPL v2 or later | ||
# ============================================ | ||
|
||
#' Diccionario de datos para las variables que aparecen en los archivos de las | ||
#' réplicas. | ||
#' | ||
#' @docType data | ||
#' | ||
#' @usage data(diccionario_replicas) | ||
#' @format Un data frame con 55 filas y 4 variables. | ||
#' \describe{ | ||
#' \item{nombre_variable}{nombre de la variable} | ||
#' \item{tipo}{tipo de la variable: caracter, numérico, lógico} | ||
#' \item{detalle_variable}{explicación detallada de la variable} | ||
#' \item{categorias_variable}{valores posibles de la variable} | ||
#' } | ||
#' | ||
#' @source Proyecto conjunto JEP-CEV-HRDAG. | ||
#' | ||
"diccionario_replicas" | ||
|
||
# done. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# ============================================ | ||
# Authors: MG | ||
# Maintainers: MG | ||
# Copyright: 2023, HRDAG, GPL v2 or later | ||
# ============================================ | ||
|
||
#' Variables adicionales que pueden ser útiles para analizar los datos. | ||
#' | ||
#' @docType data | ||
#' | ||
#' @usage data(diccionario_vars_adicional) | ||
#' @format Un data frame con 11 filas y 4 variables. | ||
#' \describe{ | ||
#' \item{nombre_variable}{nombre de la variable} | ||
#' \item{tipo}{tipo de la variable: caracter, numérico, lógico} | ||
#' \item{detalle_variable}{explicación detallada de la variable} | ||
#' \item{categorias_variable}{valores posibles de la variable} | ||
#' } | ||
#' | ||
#' @source Proyecto conjunto JEP-CEV-HRDAG. | ||
#' | ||
"diccionario_vars_adicional" | ||
|
||
# done. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters