8000 Create `camtrapdp.print()` function · Issue #8 · inbo/camtrapdp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Create camtrapdp.print() function #8
Closed
@peterdesmet

Description

@peterdesmet

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 in package$summary.
  • The function should be used as the source for package parameter description, which other functions can call via inheritParams

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0