Other packages > Find by keyword >

git2rdata  

Store and Retrieve Data.frames in a Git Repository
View on CRAN: Click here


Download and install git2rdata package within the R console
Install from CRAN:
install.packages("git2rdata")

Install from Github:
library("remotes")
install_github("cran/git2rdata")

Install by package version:
library("remotes")
install_version("git2rdata", "0.5.0")



Attach the package and use:
library("git2rdata")
Maintained by
Thierry Onkelinx
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2019-06-17
Latest Update: 2022-03-17
Description:
The git2rdata package is an R package for writing and reading dataframes as plain text files. A metadata file stores important information. 1) Storing metadata allows to maintain the classes of variables. By default, git2rdata optimizes the data for file storage. The optimization is most effective on data containing factors. The optimization makes the data less human readable. The user can turn this off when they prefer a human readable format over smaller files. Details on the implementation are available in vignette("plain_text", package = "git2rdata"). 2) Storing metadata also allows smaller row based diffs between two consecutive commits. This is a useful feature when storing data as plain text files under version control. Details on this part of the implementation are available in vignette("version_control", package = "git2rdata"). Although we envisioned git2rdata with a git workflow in mind, you can use it in combination with other version control systems like subversion or mercurial. 3) git2rdata is a useful tool in a reproducible and traceable workflow. vignette("workflow", package = "git2rdata") gives a toy example. 4) vignette("efficiency", package = "git2rdata") provides some insight into the efficiency of file storage, git repository size and speed for writing and reading.
How to cite:
Thierry Onkelinx (2019). git2rdata: Store and Retrieve Data.frames in a Git Repository. R package version 0.5.0, https://cran.r-project.org/web/packages/git2rdata. Accessed 18 Feb. 2025.
Previous versions and publish date:
0.1 (2019-06-17 16:20), 0.2.0 (2019-11-18 12:50), 0.2.1 (2020-03-02 16:30), 0.3.1 (2021-01-21 11:50), 0.4.0 (2022-03-17 12:40), 0.4.1 (2024-09-06 13:20)
Other packages that cited git2rdata R package
View git2rdata citation profile
Other R packages that git2rdata depends, imports, suggests or enhances
Complete documentation for git2rdata
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

MOSS  
Multi-Omic Integration via Sparse Singular Value Decomposition
High dimensionality, noise and heterogeneity among samples and features challenge the omic integrat ...
Download / Learn more Package Citations See dependency  
fclust  
Fuzzy Clustering
Algorithms for fuzzy clustering, cluster validity indices and plots for cluster validity and visuali ...
Download / Learn more Package Citations See dependency  
readxlsb  
Read 'Excel' Binary (.xlsb) Workbooks
Import data from 'Excel' binary (.xlsb) workbooks into R. ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
ppmf  
Read Census Privacy Protected Microdata Files
Implements data processing described in to align modern differentially ...
Download / Learn more Package Citations See dependency  
RobustBayesianCopas  
Robust Bayesian Copas Selection Model
Fits the robust Bayesian Copas (RBC) selection model of Bai et al. (2020) for cor ...
Download / Learn more Package Citations See dependency  

23,712

R Packages

205,795

Dependencies

64,332

Author Associations

23,631

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA