Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R integration #51

Open
paolap opened this issue Dec 3, 2018 · 1 comment
Open

R integration #51

paolap opened this issue Dec 3, 2018 · 1 comment

Comments

@paolap
Copy link
Member

paolap commented Dec 3, 2018

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)
}

@paolap
Copy link
Member Author

paolap commented Jun 20, 2019

We haven't done anything about this, we should check with the CMIP user group that is forming how much this is a priority and what kind of functionalities they would like.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant