This will cast the data fields returned by search_pv
so that
they have their most appropriate data types (e.g., date, numeric, etc.).
Arguments
- data
The data returned by
search_pv
. This is the first element of the three-element result object you got back fromsearch_pv
. It should be a list of length 1, with one data frame inside it. See examples.