sf_guess_cols {salesforcer} | R Documentation |
Parse resultset columns to a known datatype in R
Description
This function accepts a tbl_df
with columns rearranged.
Usage
sf_guess_cols(df, guess_types = TRUE, dataType = NULL)
Arguments
df |
|
Value
tbl_df
the formatted data frame
Note
This function is meant to be used internally. Only use when debugging.
[Package salesforcer version 1.0.2 Index]