citeData: Obtaining the text or Bibtax to properly cite the data...

View source: R/citeData.R

citeDataR Documentation

Obtaining the text or Bibtax to properly cite the data downloaded from the UTD Event data server for publications

Description

This function returns the citation texts in text and Bibtex formats of data sets a user extracts by the UTDEventData package.

Usage

citeData(table_name = "")

Arguments

table_name

a name of a data table a user specifies. Your input is NOT case-sensitive.

Value

The texts of proper citations for publication in text and Bibtex formats

Note

The citation texts for the package can be found after requesting data with ‘pullData()' or ’sendQeury()'.

Examples

## Not run: # citations for Cline Phoenix Event data
citeData("cline_Phoenix_swb")
# citations for ICEWS
citeData("icews")
# citations for real-time phoenix data
citeData("phoenix_rt")
## End(Not run)

KateHyoung/UTDEventData documentation built on Nov. 16, 2022, 2:29 p.m.