Skip to content
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

Add a data method to check variables form a data frame #657

Open
davidorme opened this issue Jan 7, 2025 · 0 comments · May be fixed by #658
Open

Add a data method to check variables form a data frame #657

davidorme opened this issue Jan 7, 2025 · 0 comments · May be fixed by #658
Assignees

Comments

@davidorme
Copy link
Collaborator

Both the plants and animal models need to handle cohort data provided as a data frame (see #656 for details). These particular use cases need to validate that a set of variables loaded into the central Data object do indeed form a data frame:

  • They are all present.
  • They are all one dimensional variables of equal length.

This should be shared functionality, so a new method of Data.

@davidorme davidorme self-assigned this Jan 7, 2025
@davidorme davidorme linked a pull request Jan 7, 2025 that will close this issue
8 tasks
@davidorme davidorme linked a pull request Jan 7, 2025 that will close this issue
8 tasks
@davidorme davidorme added this to the Core structures milestone Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant