Learn R Programming

googlePrintr (version 0.0.1)

gcp_search: List printers associated with Google account

Description

List printers associated with Google account

Usage

gcp_search(name = NULL, type = NULL, connection_status = NULL,
  use_cdd = NULL, extra_fields = NULL)

Arguments

name

Query printer names

type

Query printer type, see notes

connection_status

Query connection status, see notes

use_cdd

Indicate whether to include printer info

extra_fields

Comma separated list of extra fields to include

Examples

Run this code
# NOT RUN {
# get all printers
all_printers <- gcp_search()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab