Learn R Programming

googlePrintr (version 0.0.1)

gcp_printer: Get details about printer

Description

Get details about printer

Usage

gcp_printer(printerid, client = NULL, extra_fields = NULL)

Arguments

printerid

The ID of the printer

client

See notes

extra_fields

Comma separated list of extra fields to include

Examples

Run this code
# NOT RUN {
# get all printers
printers <- gcp_search()
# select info about first printer
gcp_printer(printer$id[1])
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab