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.8.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.8.0, https://cran.r-project.org/web/packages/arkhe. Accessed 21 Nov. 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)
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

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  
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  
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  
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  

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