You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error in as(f, "ISOMetadata"): no method or default for coercing “character” to “ISOMetadata”
Traceback:
1. as(f, "ISOMetadata")
2. stop(gettextf("no method or default for coercing %s to %s", dQuote(thisClass),
. dQuote(Class)), domain = NA)
For sure I made something wrong, sorry if really stupid....
Wishing you a very good end of week,
Cheers
The text was updated successfully, but these errors were encountered:
Here used it directly on a file f, you should first read the file as emld object, after that you can convert it to ISOMetadata. This said, this mapping stuff was highly experimental, although it was working at that time, I didn't try since a loooong time..
yvanlebras
changed the title
Traying to convert an EML to ISO: Error in as(f, "ISOMetadata"): no method or default for coercing “character” to “ISOMetadata”
Trying to convert an EML to ISO: Error in as(f, "ISOMetadata"): no method or default for coercing “character” to “ISOMetadata”
Jun 19, 2024
Hi Emmanuel,
I am trying things ;) And notably to convert an EML metadata file into ISOMetadata object so I can look at the ISO19139 resulting metadata file.
Trying with this code (my original EML metadata document PATH is in "file_path" variable):
I have an error message:
For sure I made something wrong, sorry if really stupid....
Wishing you a very good end of week,
Cheers
The text was updated successfully, but these errors were encountered: