get_projects_user_contributing: Search for projects contributed-to by the currently...

Description Usage Arguments Value Examples

View source: R/get_user_library.R

Description

Search for projects contributed-to by the currently authenticated user.

Usage

1
get_projects_user_contributing(limit = NULL, next_page_token = NULL)

Arguments

limit

Maximum number of items to return

next_page_token

Unique token used to retrieve next page

Value

a named list with at most two elements. It will always contain a list, named records, of objects of type project_summary_response. If the call to get_projects_user_contributing() was made with a non-null limit parameter, and if further pages remain for retrieval, then the list will also contain a single-element character vector, named next_page_token, with the token to use in a subsequent call to get the next page.

Examples

1
2
3
4
## Not run: 
  projects_contributing <- dwapi::get_projects_user_contributing()

## End(Not run)

datadotworld/dwapi-r documentation built on July 3, 2021, 3:40 a.m.