GDELT Full Text API 2.0 Codebooks

get_gdelt_codebook_ft_api(code_book = "gkg",
  visualize_trelliscope = FALSE, path = NULL)

Arguments

code_book

code book selection

  • gkg: Global knowledge graph codes

  • imagetags: Image tag data store

  • imageweb: Image web data store

  • languages: Languages

  • countries: Countries with country code

visualize_trelliscope

if TRUE returns an interactive trelliscope

path

file path where you want to save the trelliscope if TRUE

Examples

# NOT RUN {
get_gdelt_codebook_ft_api(code_book = "gkg")
get_gdelt_codebook_ft_api(code_book = "imagetags")
get_gdelt_codebook_ft_api(code_book = "imageweb")
get_gdelt_codebook_ft_api(code_book = "languages")
# }