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 03 Dec. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

FSInteract  
Fast Searches for Interactions
Performs fast detection of interactions in large-scale data using the method of random intersection ...
Download / Learn more Package Citations See dependency  
telemac  
R Interface to the TELEMAC Model Suite
An R interface to the TELEMAC suite for modelling of free surface flow. This includes methods for m ...
Download / Learn more Package Citations See dependency  
EDOtrans  
Euclidean Distance-Optimized Data Transformation
A data transformation method which takes into account the special property of scale non-invariance w ...
Download / Learn more Package Citations See dependency  
donut  
Nearest Neighbour Search with Variables on a Torus
Finds the k nearest neighbours in a dataset of specified points, adding the option to wrap certain ...
Download / Learn more Package Citations See dependency  
CRANsearcher  
RStudio Addin for Searching Packages in CRAN Database Based on Keywords
One of the strengths of R is its vast package ecosystem. Indeed, R packages extend from visualizatio ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  

23,310

R Packages

200,798

Dependencies

63,203

Author Associations

23,278

Publication Badges

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