redmine_list_projects: List projects

Description Usage Arguments Value Author(s) See Also Examples

Description

Implements Redmine API call to list projects. Note that the output will be limited to one page, but offset or page can be specified.

Usage

1

Arguments

include

Which extra info to include, either NULL (no, default), "all" or a subset of c("trackers", "issue_categories", "enabled_modules", "time_entry_activities")

...

further query arguments, such as offset, limit or page

Value

a redminer object

Author(s)

Maxim Nazarov

See Also

redmine_projects to show all projects as a data frame

Examples

1
2
3
4
5
6
## Not run: 
 redmine_list_projects(include = "all")
 redmine_list_projects(offset = 50)
 redmine_list_projects(limit = 20, page = 3)

## End(Not run)

openanalytics/redmineR documentation built on June 8, 2019, 8:29 a.m.