validate_rawrrIndex {rawrr}R Documentation

Validate output of the readIndex function

Description

Checks the validity of an readIndex returned object.

Usage

validate_rawrrIndex(x)

Arguments

x

object to be validated.

Value

Validated data.frame of readIndex object

Author(s)

Tobias Kockmann and Christian Panse, 2020-12-09.

Examples

Idx <- readIndex(sampleFilePath())
validate_rawrrIndex(Idx)

[Package rawrr version 1.0.3 Index]