Other packages > Find by keyword >

libr  

Libraries, Data Dictionaries, and a Data Step for R
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("libr", "1.3.7")



Attach the package and use:
library("libr")
Maintained by
David Bosak
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2020-12-09
Latest Update: 2024-02-11
Description:
Contains a set of functions to create data libraries, generate data dictionaries, and simulate a data step. The libname() function will load a directory of data into a library in one line of code. The dictionary() function will generate data dictionaries for individual data frames or an entire library. And the datestep() function will perform row-by-row data processing.
How to cite:
David Bosak (2020). libr: Libraries, Data Dictionaries, and a Data Step for R. R package version 1.3.7, https://cran.r-project.org/web/packages/libr. Accessed 21 Nov. 2024.
Previous versions and publish date:
1.0.1 (2020-12-09 10:00), 1.1.1 (2021-01-06 23:20), 1.1.3 (2021-02-08 18:10), 1.2.0 (2021-06-29 09:20), 1.2.1 (2021-10-09 22:10), 1.2.2 (2021-11-22 23:20), 1.2.3 (2022-06-23 20:50), 1.2.5 (2022-08-08 14:20), 1.2.8 (2022-09-08 14:02), 1.2.9 (2023-11-17 21:30), 1.3.0 (2024-02-11 06:30), 1.3.1 (2024-03-07 16:40), 1.3.2 (2024-04-16 14:50), 1.3.3 (2024-05-25 14:40), 1.3.4 (2024-07-19 19:40)
Other packages that cited libr R package
View libr citation profile
Other R packages that libr depends, imports, suggests or enhances
Complete documentation for libr
Functions, R codes and Examples using the libr R package
Some associated functions: datastep . delete . dictionary . dsarray . dsattr . import_spec . is.lib . length.dsarray . lib_add . lib_copy . lib_delete . lib_export . lib_info . lib_load . lib_path . lib_remove . lib_replace . lib_size . lib_sync . lib_unload . lib_write . libname . libr . output . print.lib . print.specs . read.specs . specs . sub-.dsarray . write.specs . 
Some associated R codes: RcppExports.R . datastep.R . dictionary.R . dsarray.R . dsattr.R . dshelpers.R . libname.R . libr-package.R . libr.R . specs.R . utilities.R .  Full libr package functions and examples
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

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  
kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
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  
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  
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  
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  

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