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]
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 06 Apr. 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
03/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/05Downloads for git2rdata01020304050607080TrendBars

Today's Hot Picks in Authors and Packages

FuzzyQ  
Fuzzy Quantification of Common and Rare Species
Fuzzy clustering of species in an ecological community as common or rare based on their abundance a ...
Download / Learn more Package Citations See dependency  
listarrays  
A Toolbox for Working with R Arrays in a Functional Programming Style
A toolbox for R arrays. Flexibly split, bind, reshape, modify, subset and name arrays. ...
Download / Learn more Package Citations See dependency  
spCP  
Spatially Varying Change Points
Implements a spatially varying change point model with unique intercepts, slopes, variance intercep ...
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  
ider  
Various Methods for Estimating Intrinsic Dimension
An implementation of various methods for estimating intrinsic dimension of vector-valued dataset or ...
Download / Learn more Package Citations See dependency  
danstat  
R Client for the Statistics Denmark Databank API
The purpose of the package is to enable an R function interface into the Statistics Denmark Databank ...
Download / Learn more Package Citations See dependency  

23,990

R Packages

207,311

Dependencies

64,809

Author Associations

23,991

Publication Badges

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