Lists your open pull requests in ixplorer
list_open_pr(instance = "all", assignee = "team")
an instance from ixplorer such as "masterclass" or "prueba". Default value "all" lists the pull requests of all your saved instances. Value "saved" lists pull requests from your current instance
name of a person from your team. Default "team" lists all the pull requests in the instance with all assignees. When the value is "me" it filters the pull requests list for assigned to you according to your username provided in add_token()
tibble of list instances
if (FALSE) {
list_open_pr(instance = "prueba",
assignee = "daniel")
}