-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
There's a group of R users that would like to integrate the new MAS search in their scripts.
A possibility is to return the results as json and then they can embedd the command in:
clef_raw_query <- function(...) {
json <- system(paste("clef --json ", paste(list(...), collapse=' ')))
fromJSON(json)
}
Metadata
Metadata
Assignees
Labels
No labels