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 to Programming Metadata section #34

Open
laijasmine opened this issue Aug 4, 2020 · 0 comments
Open

Add to Programming Metadata section #34

laijasmine opened this issue Aug 4, 2020 · 0 comments

Comments

@laijasmine
Copy link

I was helping someone who has taken the course before and now they want to publish their own data. Filing this issue hoping to address some of the gaps when taking the example they used in the training to their own datasets.

(1) There was some confusion on what to do when you have multiple csv files and how to document them in the metadata
(2) How to add custom units

A small supplemental section so users that have taken the course can refer to it and if we are responding to emails we can easily point to as a resource.

(3) The relationship between the metadata and data ids in this section of code and how all these object relate to one another

# Add our data file to the package
sourceObj <- new("DataObject",
                 id = data_id,
                 format = "text/csv",
                 filename = "files/my-data.csv")

dp <- addMember(dp, sourceObj, mo = metadataObj)
dp

Something graphical to help connect the concepts might help so that it feel a little less abstract.

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

No branches or pull requests

1 participant