We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa0886 commit 29e64e9Copy full SHA for 29e64e9
R/helpers.R
@@ -31,7 +31,7 @@ create_dummy_metadata <- function(mn, data_pids = NULL) {
31
32
# Copy the original EML file to a temporary place
33
original_file <- file.path(system.file(package = "arcticdatautils"),
34
- "example-eml.xml")
+ "example-eml-220.xml")
35
metadata_file <- tempfile()
36
file.copy(original_file, metadata_file)
37
0 commit comments