ussc_google_create_custom_query: Creates custom Google Search query

Description Usage Arguments Author(s) Examples

View source: R/ussc_google_search.R

Description

Defines the query needed for Google Search to grab the right data.

Usage

1

Arguments

.data

The data frame containing the strings you want to turn into a query.

...

A list of columns to convert – this can just be one column.

Author(s)

Zoe Meers

Examples

1
2
df <- tibble::tribble(~name, ~place, "Simon Jackman", "USSC")
ussc::ussc_google_create_custom_query(data = df, "name", "place") 

USStudiesCentre/ussc documentation built on Sept. 2, 2020, 2:51 p.m.