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 560b684 commit 92080a2Copy full SHA for 92080a2
1 file changed
R/eventInfo.R
@@ -22,7 +22,7 @@
22
.filterCheckEID <- function(edata, eid) {
23
eid <- tolower(eid)
24
if (!eid %in% names(edata))
25
- stop("Event ID not supported; contact organizers")
+ stop("Event ID not found for selected format; contact organizers")
26
as.data.frame(edata[[eid]])
27
}
28
0 commit comments