Other packages > Find by keyword >

checkr  

Check the Properties of Common R Objects
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("checkr", "0.5.0")



Attach the package and use:
library("checkr")
Maintained by
Joe Thorley
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2018-01-29
Latest Update: 2019-04-25
Description:
Expressive, assertive, pipe-friendly functions to check the properties of common R objects. In the case of failure the functions issue informative error messages.
How to cite:
Joe Thorley (2018). checkr: Check the Properties of Common R Objects. R package version 0.5.0, https://cran.r-project.org/web/packages/checkr. Accessed 16 Apr. 2025.
Previous versions and publish date:
0.0.2 (2018-01-29 11:15), 0.1.0 (2018-03-03 01:52), 0.2.0 (2018-03-27 01:09), 0.3.0 (2018-06-27 19:29), 0.4.0 (2018-11-01 18:30), 0.5.0 (2019-04-25 03:10)
Other packages that cited checkr R package
View checkr citation profile
Other R packages that checkr depends, imports, suggests or enhances
Functions, R codes and Examples using the checkr R package
Some associated functions: check_attributes . check_character . check_chr . check_classes . check_colnames . check_count . check_data . check_date . check_dbl . check_dttm . check_environment . check_flag_na . check_function . check_grepl . check_homogenous . check_inherits . check_int . check_integer . check_intersection . check_join . check_key . check_length . check_length1 . check_levels . check_lgl . check_list . check_logical . check_missing_colnames . check_missing_names . check_name . check_named . check_names . check_nchar . check_ncol . check_neg_dbl . check_neg_int . check_nlevels . check_no_attributes . check_noneg_dbl . check_noneg_int . check_nrow . check_null . check_numeric . check_pattern . check_pos_dbl . check_pos_int . check_prob . check_props . check_rbind . check_scalar . check_sorted . check_tzone . check_unique . check_unnamed . check_unused . check_vector . checkor . checkr-package . chk_deparse . chk_fail . chk_max_dbl . chk_max_int . chk_min_dbl . chk_min_int . chk_tiny_dbl . 
Some associated R codes: attributes.R . character.R . checkor.R . checkr-package.R . chr.R . classes.R . colnames.R . data.R . date.R . dbl.R . dttm.R . environment.R . err.R . function.R . grepl.R . homogenous.R . inherits.R . int.R . integer.R . internal.R . intersection.R . join.R . key.R . length.R . levels.R . lgl.R . list.R . logical.R . missing-colnames.R . missing-names.R . name.R . named.R . names.R . namespace.R . nchar.R . ncol.R . new-duplicated.R . nlevels.R . nrow.R . null.R . numeric.R . pattern.R . prob.R . props.R . rbind.R . scalar.R . sorted.R . tzone.R . unique.R . unnamed.R . unused.R . utils.R . vector.R .  Full checkr package functions and examples
Downloads during the last 30 days
03/1703/1803/1903/2003/2103/2303/2403/2503/2703/2803/3004/0104/0204/0604/0704/0804/12Downloads for checkr012345678910111213TrendBars

Today's Hot Picks in Authors and Packages

apache.sedona  
R Interface for Apache Sedona
R interface for 'Apache Sedona' based on 'sparklyr' (). ...
Download / Learn more Package Citations See dependency  
MultiKink  
Estimation and Inference for Multi-Kink Quantile Regression
Estimation and inference for multiple kink quantile regression for longitudinal data and the i.i.d d ...
Download / Learn more Package Citations See dependency  
datadictionary  
Create a Data Dictionary
Creates a data dictionary from any dataframe or tibble in your R environment. You can opt to add va ...
Download / Learn more Package Citations See dependency  
MM4LMM  
Inference of Linear Mixed Models Through MM Algorithm
The main function MMEst() performs (Restricted) Maximum Likelihood in a variance component mixed mod ...
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  
hkclustering  
Ensemble Clustering using K Means and Hierarchical Clustering
Implements an ensemble algorithm for clustering combining a k-means and a hierarchical clustering ap ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,993

Author Associations

24,013

Publication Badges

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