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

eml_write or write_eml? #24

Open
mairindeith opened this issue Mar 1, 2016 · 2 comments
Open

eml_write or write_eml? #24

mairindeith opened this issue Mar 1, 2016 · 2 comments

Comments

@mairindeith
Copy link

I'm looking to create EML metadata for my own dataset, and have encountered a few issues with the EML library. The main problem I'm currently facing down is this:

Although the example posted on the homework page uses the command eml_write(...), R doesn't recognize eml_write as a command. Instead, the command listed in the help pages is write_eml(...). When I use this command, however, both the example XML and the file I create from my own data have a parsing errors and can't be viewed.

Any thoughts on what might be going on?

@santiagodr
Copy link

you are right!, the command is write_eml, I used the following in the example in class, and it created the file
write_eml(dat, col.defs = col.defs, unit.defs = unit.defs, creator = "Carl Boettiger <[email protected]>", file = "EML_example.xml")

@aammd
Copy link
Member

aammd commented Mar 1, 2016

Whoa! thanks guys, I'll change the notes!

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

3 participants