R/read_pk.R
validate_pk.Rd
Validates data table with raw pk data.
validate_pk(pk_data)
Object to check.
Original, unchanged object. If any of the checks do not pass, throws an error.
Performs the following checks:
If provided variable is of class data.frame.
data.frame
If number of rows in provided data frame is greater than 0.
Throws an error if any of the checks does not pass.