# NOT RUN {
x <- '{
"path": "/paper/AuthorIDs/author",
"paper": {
"type": "Paper",
"NormalizedTitle": "graph engine",
"select": [ "OriginalTitle" ]
},
"author": {
"return": { "type": "Author", "Name": "bin shao" }
}
}'
res <- ma_graph_search(query = x)
res$Results
do.call(rbind, res$Results)
# }
Run the code above in your browser using DataLab