| ft_geo_query | R Documentation | 
This function will generate a V2 GEO api query and either open the URL in the browser for exploration or download the GEOJSON data for users to explore in R
ft_geo_query(
  query_parameters = list(term = NULL, domain = NULL, gkg_theme = NULL, image_face_tone =
    NULL, image_num_faces = NULL, image_ocr = NULL, image_tag = NULL, image_web_tag =
    NULL, image_web_count = NULL, location_name = NULL, location_adm1 = NULL,
    location_country = NULL, near = NULL, source_country = NULL, source_language = NULL,
    tone = NULL, tone_absolute_value = NULL),
  mode = "adm1",
  format = "ImageHTML",
  timespan = NULL,
  max_points = NULL,
  geore = NULL,
  sort = NULL,
  browse_url = TRUE
)
| query_parameters | list of query parameters 
 | 
| mode | visualization mode 
 | 
| format | format of the output 
 | 
| timespan | time span 15 to 1440 minutes | 
| max_points | maximum number of points | 
| geore | geore level 
 | 
| sort | how to sort the data 
 | 
| browse_url | if  | 
ft_geo_query(query_parameters = list(term = "Brooklyn Nets"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.