Skip to main content

coerce_json_column

Function coerce_json_column 

Source
fn coerce_json_column(vals: &[&Value]) -> Result<RValue, RError>
Expand description

Coerce a column of JSON values to an R vector. Tries integer -> double -> character, with null becoming NA.