Closed
Description
Suggested in camtraptor July 2023 coding sprint
The package
object is a long list (frictionless object) that isn't intuitive when printed to the console. A summary()
function would be really helpful to provide the most important aspects of a package:
- Function should be called automatically when
package
is returned to the user (cf. bioRad) - For now, the function should return the following info (this can be extended when needed)
deployments: 4
media: 140
observations: 28
- The summary info could be calculated on the fly (
calculate_summary()
) or we store that info inpackage$summary
. - The function should be used as the source for
package
parameter description, which other functions can call viainheritParams
Metadata
Metadata
Assignees
Labels
No labels