list_projects {bigrquery}R Documentation

List all projects to which you have been granted any project role.

Description

List all projects to which you have been granted any project role.

Usage

list_projects()

Value

a character vector of project ids named with their friendly names.

See Also

API documentation at https://developers.google.com/bigquery/docs/reference/v2/projects/list

Examples

## Not run: 
list_projects()

## End(Not run)

[Package bigrquery version 0.4.1 Index]