convert_types {panstarrs} | R Documentation |
Convert types.
Description
Helper function.
Usage
convert_types(dt, cols, types)
Arguments
dt |
data.table or data.frame |
cols |
which cols convert |
types |
"char", "long", "unsignedByte", "int", "short", "double", "float" |
Value
a data frame with correct data types
[Package panstarrs version 0.2.2 Index]