Learn R Programming

globaltrends (version 0.0.14)

gt.env: globaltrends package environment

Description

The environment gt.env contains all package-related data objects, such as the handle for the SQLite database file or connections to tables. The object contains:

  • globaltrends_db: Handle for the SQLite database file.

  • tbl_locations: Connection to table that contains the lists of locations saved in the database.

  • tbl_keywords: Connection to table that contains the lists of keywords saved in the database.

  • tbl_time: Connection to table that contains the lists of batch times saved in the database.

  • tbl_synonyms: Connection to table that contains the lists of keyword synonyms saved in the database.

  • tbl_doi: Connection to table that contains the DOI data saved in the database.

  • tbl_control: Connection to table that contains data on search volume for control terms saved in the database.

  • tbl_object: Connection to table that contains data on search volume for object terms saved in the database.

  • tbl_score: Connection to table that contains data on search scores saved in the database.

  • keywords_control: Tibble that contains all keywords per control batch.

  • time_control: Tibble that contains all batch times per control batch.

  • keywords_object: Tibble that contains all keywords per object batch.

  • time_object: Tibble that contains all batch times per object batch.

  • keyword_synonyms: Tibble that contains all keyword/synonym combinations.

Usage

gt.env

Arguments

Format

An object of class environment of length 14.

See Also

  • example_control()

  • example_object()

  • example_score()

  • example_doi()