Skip to contents

Objects are a convenient way to represent lab data as it allows downstream functions to interact with them in specific ways depending on their type. Sometimes, however, it is more convenient to work with a flat tibble. scrub converts a lab object into a tibble

Usage

scrub(x, ...)

Arguments

x

object to be converted into a tibble

...

additional arguments to pass on to the respective object's class method

Value

a tibble