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



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.2, https://cran.r-project.org/web/packages/libr
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)
Other packages that cited libr R package
View libr citation profile
Other R packages that libr depends, imports, suggests or enhances
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

ftaproxim  
Fault Tree Analysis Based on Proxel Simulation
Calculation and plotting of instantaneous unavailabilities of basic events along with the top event ...
Download / Learn more Package Citations See dependency  
rdbnomics  
Download DBnomics Data
R access to hundreds of millions data series from DBnomics API (). ...
Download / Learn more Package Citations See dependency  
mistral  
Methods in Structural Reliability
Various reliability analysis methods for rare event inference (computing failure probability and qua ...
Download / Learn more Package Citations See dependency  
steepness  
Testing Steepness of Dominance Hierarchies
The steepness package computes steepness as a property of dominance hierarchies. Steepness is define ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
critpath  
Setting the Critical Path in Project Management
Solving the problem of project management using CPM (Critical Path Method), PERT (Program Evaluation ...
Download / Learn more Package Citations See dependency  

22,114

R Packages

188,080

Dependencies

55,244

Author Associations

22,115

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns