column types not consistent in etox_targets() #278
Labels
bug
Unexpected problem or unintended behavior
consistent api
Uniformity across functions and data sources
good first issue
Good issue for first-time contributors
etox_targets()
returns a list of data.frames (and URLs for microattribution). It is not easy to bind the data.frames together because at least theDuration
column is sometimes character and sometimes integer.P.S., this would be a breaking change, but wouldn't it be better for the output to just be a single tidy dataframe with the URLs as an additional column or stored as an attribute?
The text was updated successfully, but these errors were encountered: