R/print.R

Defines functions print.googleAdsSearch

# Print Method for the googleAdsSearch S3 Class
print.googleAdsSearch <- function(x){
  message(x$query)
}

Try the r4googleads package in your browser

Any scripts or data that you put into this service are public.

r4googleads documentation built on March 18, 2022, 7:20 p.m.