-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attach data to resources[1]$data
#4
Comments
As far as I understood @jimcasaer and his team are using camtraptor intensively during this period and in the following two months. To avoid undesirable breaks, it's better to schedule the change on |
I was thinking about this recently. As we "split" the reading functionality from camtraptor so that a camtrap DP can be used by any other analysis R package, we could do the following:
|
This is a nice to have. There is only a need to implement this once we create a |
To be considered for #74, closing now. |
Quick note to self: for higher compatibility with frictionless-r, it would be better to store the dataframes in
package$resources[x]$data
, rather thanpackage$data
. I know we just moved it to data, but the suggestion here would mean thatwrite_package()
would work out of the box. Food for thought.The text was updated successfully, but these errors were encountered: