Learn R Programming

gdeltr2 (version 0.3.11023026)

get_gdelt_codebook_ft_api: GDELT Full Text API 2.0 Codebooks

Description

GDELT Full Text API 2.0 Codebooks

Usage

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

Run this code
# 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")
# }

Run the code above in your browser using DataLab