get_nodes: Retrieve nodes associated with id
Description
Retrieve nodes associated with id
Usage
get_nodes(id = NULL, contributors = FALSE, files = FALSE,
children = FALSE, private = FALSE)
Arguments
id
The id to search for. Use `NULL` to retrieve all,
`me` for logged in account. Maximum of 1 id.
contributors
Boolean to extract the contributors of the node
files
Boolean to retrieve files
children
Boolean to retrieve children nodes of id
private
Boolean, retrieve private node
Value
List object of results
Examples
Run this code# NOT RUN {
get_nodes()
get_nodes(id = 'me')
get_nodes(id = 'nu97z')
# }
Run the code above in your browser using DataLab