Submit a merge template to the unauthenticated merge-syntax endpoint. This mirrors the CatMapperJS Generate Merge Files action on the merge template page and does not require an API key.
Value
Parsed API response. On success this typically contains a message and
a download object with a downloadable hash.
Examples
if (FALSE) { # \dontrun{
template <- data.frame(
mergingID = "AMM1",
datasetID = "AD1",
filePath = "/mnt/storage/app/example.csv",
stringsAsFactors = FALSE
)
result <- createMergeSyntax(template = template, database = "ArchaMap")
result$download
} # }
