Package: dataMeta 0.1.1.9000
dataMeta: Create and Append a Data Dictionary for an R Dataset
Designed to create a basic data dictionary and append to the original dataset's attributes list. The package makes use of a tidy dataset and creates a data frame that will serve as a linker that will aid in building the dictionary. The dictionary is then appended to the list of the original dataset's attributes. The user will have the option of entering variable and item descriptions by writing code or use alternate functions that will prompt the user to add these.
Authors:
dataMeta_0.1.1.9000.tar.gz
dataMeta_0.1.1.9000.zip(r-4.5)dataMeta_0.1.1.9000.zip(r-4.4)dataMeta_0.1.1.9000.zip(r-4.3)
dataMeta_0.1.1.9000.tgz(r-4.4-any)dataMeta_0.1.1.9000.tgz(r-4.3-any)
dataMeta_0.1.1.9000.tar.gz(r-4.5-noble)dataMeta_0.1.1.9000.tar.gz(r-4.4-noble)
dataMeta_0.1.1.9000.tgz(r-4.4-emscripten)dataMeta_0.1.1.9000.tgz(r-4.3-emscripten)
dataMeta.pdf |dataMeta.html✨
dataMeta/json (API)
NEWS
# Install 'dataMeta' in R: |
install.packages('dataMeta', repos = c('https://dmrodz.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/dmrodz/datameta/issues
- my.data - My.data
Last updated 3 years agofrom:f4a2d66e67. Checks:OK: 1 NOTE: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 30 2024 |
R-4.5-win | NOTE | Oct 30 2024 |
R-4.5-linux | NOTE | Oct 30 2024 |
R-4.4-win | NOTE | Oct 30 2024 |
R-4.4-mac | NOTE | Oct 30 2024 |
R-4.3-win | NOTE | Oct 30 2024 |
R-4.3-mac | NOTE | Oct 30 2024 |
Exports:build_dictbuild_linkerincorporate_attrprompt_attrprompt_linkersave_it
Dependencies:clidplyrfansigenericsgluelifecyclemagrittrpillarpkgconfigR6rlangtibbletidyselectutf8vctrswithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Build a data dictionary for a dataset. | build_dict |
Build a linker data frame. | build_linker |
dataMeta: Create and Append a Data Dictionary for an R Dataset | dataMeta-package dataMeta |
Incorporate attributes as metadata to an original dataset. | incorporate_attr |
my.data | my.data |
Incorporate attributes as metadata to an original dataset as prompted by the function. | prompt_attr |
Build a linker data frame: prompt option. | prompt_linker |
Save dataset with attributes. | save_it |