Other packages > Find by keyword >

arkhe  

Tools for Cleaning Rectangular Data
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("arkhe", "1.9.0")



Attach the package and use:
library("arkhe")
Maintained by
Nicolas Frerebeau
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2019-12-18
Latest Update: 2024-02-22
Description:
A dependency-free collection of simple functions for cleaning rectangular data. This package allows to detect, count and replace values or discard rows/columns using a predicate function. In addition, it provides tools to check conditions and return informative error messages.
How to cite:
Nicolas Frerebeau (2019). arkhe: Tools for Cleaning Rectangular Data. R package version 1.9.0, https://cran.r-project.org/web/packages/arkhe. Accessed 22 Dec. 2024.
Previous versions and publish date:
0.2.0 (2019-12-18 15:50), 0.2.1 (2020-02-15 22:20), 0.2.2 (2020-03-23 15:30), 0.3.0 (2021-04-09 16:20), 0.3.1 (2021-05-14 12:12), 0.4.0 (2021-09-18 16:20), 0.5.0 (2022-06-15 11:30), 1.0.0 (2022-10-28 13:57), 1.1.0 (2023-01-18 10:00), 1.2.0 (2023-05-11 16:50), 1.3.0 (2023-09-01 15:30), 1.4.0 (2023-11-17 11:20), 1.5.0 (2024-01-19 15:10), 1.6.0 (2024-02-22 17:30), 1.7.0 (2024-07-29 14:10), 1.8.0 (2024-11-07 21:40)
Other packages that cited arkhe R package
View arkhe citation profile
Other R packages that arkhe depends, imports, suggests or enhances
Complete documentation for arkhe
Functions, R codes and Examples using the arkhe R package
Some associated functions: append . arkhe-deprecated . arkhe-package . assert_constant . assert_data . assert_length . assert_lower . assert_names . assert_numeric . assert_package . assert_square . assert_type . assign . bootstrap . check-attribute . check-data . check-matrix . check-numeric-comparison . check-numeric-trend . check-numeric . check-type . check_class . circle . clean_whitespace . compact . concat . conditions . confidence_binomial . confidence_mean . confidence_multinomial . count . deprecate . detect . discard . get . inch2line . infinite . interval_credible . interval_hdr . is_scalar . jackknife . keep . label_auto . label_percent . math_gcd . math_lcm . missing . needs . null . palette_color . palette_shape . palette_size . predicate-matrix . predicate-numeric . predicate-scalar . predicate-trend . predicate-type . predicate-utils . remove_Inf . remove_NA . remove_constant . remove_empty . remove_zero . replace_Inf . replace_NA . replace_empty . replace_zero . reshape . scale_range . seek . validate . with_seed . zero . 
Some associated R codes: AllGenerics.R . append.R . arkhe-deprecated.R . arkhe-internal.R . arkhe-package.R . assert.R . assign.R . clean.R . compact.R . conditions.R . count.R . deprecate.R . detect.R . discard.R . get.R . keep.R . mathematics.R . palettes.R . plot.R . predicates.R . remove.R . replace.R . reshape.R . seek.R . statistics.R . transform.R . utilities.R . zzz.R .  Full arkhe 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

LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
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  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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