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.4.1")



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.4.1, https://cran.r-project.org/web/packages/git2rdata. Accessed 21 Nov. 2024.
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)
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

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  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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