Skip to contents

Coerce raw input into a one-row data frame with registry fields.

Usage

tar_cast_data(data)

Arguments

data

A list or data frame with registry fields.

Value

A one-row data frame with standard column types.

Examples

# \donttest{
if(interactive()){
 #EXAMPLE1
 }
# }