Skip to content

R integration #51

@paolap

Description

@paolap

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions