Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 53 found.
[1] < 1 2 3 4 5 6 > [6]  Sort:

checkIntegerish (Package: checkmate) : Check if an object is an integerish vector

Check if an object is an integerish vector
● Data Source: CranContrib
● Keywords:
● Alias: assertIntegerish, assert_integerish, checkIntegerish, check_integerish, expect_integerish, testIntegerish, test_integerish
● 0 images

vname (Package: checkmate) : Lookup a variable name

Tries to heuristically determine the variable name of x in the parent frame with a combination of deparse and substitute. Used for checkmate's error messages.
● Data Source: CranContrib
● Keywords:
● Alias: vname
● 0 images

checkCharacter (Package: checkmate) : Check if an argument is a vector of type character

Check if an argument is a vector of type character
● Data Source: CranContrib
● Keywords:
● Alias: assertCharacter, assert_character, checkCharacter, check_character, expect_character, testCharacter, test_character
● 0 images

checkNames (Package: checkmate) : Check names to comply to specific rules

Similar to checkNamed but you can pass the names directly.
● Data Source: CranContrib
● Keywords:
● Alias: assertNames, assert_names, checkNames, check_names, expect_names, testNames, test_names
● 0 images

qassert (Package: checkmate) : Quick argument checks on (builtin) R types

The provided functions parse rules which allow to express some of the most frequent argument checks by typing just a few letters.
● Data Source: CranContrib
● Keywords:
● Alias: qassert, qexpect, qtest
● 0 images

checkPathForOutput (Package: checkmate) : Check if a path is suited for creating an output file

Check if a file path can be safely be used to create a file and write to it.
● Data Source: CranContrib
● Keywords:
● Alias: assertPathForOutput, assert_path_for_output, checkPathForOutput, check_path_for_output, expect_path_for_output, testPathForOutput, test_path_for_output
● 0 images

makeAssertion (Package: checkmate) : Turn a Check into an Assertion

makeAssertion is the internal function used to evaluate the result of a check and throw an exception if necessary. makeAssertionFunction can be used to automatically create an assertion function based on a check function (see example).
● Data Source: CranContrib
● Keywords:
● Alias: makeAssertion, makeAssertionFunction
● 0 images

checkArray (Package: checkmate) : Check if an argument is an array

Check if an argument is an array
● Data Source: CranContrib
● Keywords:
● Alias: assertArray, assert_array, checkArray, check_array, expect_array, testArray, test_array
● 0 images

allMissing (Package: checkmate) : Check if an object contains missing values

Supported are atomic types (see is.atomic), lists and data frames. Missingness is defined as NA or NaN for atomic types and data frame columns, NULL is defined as missing for lists.
allMissing applied to a data.frame returns TRUE if at least one column has only non-missing values. If you want to perform the less frequent check that there is not a single non-missing observation present in the data.frame, use all(sapply(df, allMissing)) instead.
● Data Source: CranContrib
● Keywords:
● Alias: allMissing, anyMissing
● 0 images

checkString (Package: checkmate) : Check if an argument is a string

A string is defined as a scalar character vector.
● Data Source: CranContrib
● Keywords:
● Alias: assertString, assert_string, checkString, check_string, expect_string, testString, test_string
● 0 images