This repository has been archived by the owner on Jan 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #41 from bretsw/dev
Dev
- Loading branch information
Showing
13 changed files
with
87 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
@Manual{R-base, | ||
title = {R: A Language and Environment for Statistical Computing}, | ||
author = {{R Core Team}}, | ||
organization = {R Foundation for Statistical Computing}, | ||
address = {Vienna, Austria}, | ||
year = {2021}, | ||
url = {https://www.R-project.org/}, | ||
} | ||
|
||
@Manual{R-tidytags, | ||
title = {tidytags: Importing and Analyzing Twitter Data Collected with Twitter Archiving Google Sheets}, | ||
author = {K. Bret {Staudt Willet} and Joshua M. Rosenberg}, | ||
note = {https://bretsw.github.io/tidytags/}, | ||
year = {2021}, | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,8 +50,6 @@ from [CRAN](https://CRAN.R-project.org) with: | |
install.packages("tidytags") | ||
``` | ||
|
||
## Usage | ||
|
||
To load {tidytags}, start with the `library()` function: | ||
|
||
``` r | ||
|
@@ -69,6 +67,14 @@ vignette. Specifically, this guide offers help for four key tasks: | |
3. Getting and storing Twitter API tokens | ||
4. Getting and storing an OpenCage Geocoding API key | ||
|
||
## Usage | ||
|
||
To test the {tidytags} package, you can use an openly shared TAGS | ||
tracker that has been collecting tweets associated with the AECT 2019 | ||
since September 30, 2019. This is the same TAGS tracker used in the | ||
[Using tidytags with a conference hashtag | ||
vignette](https://bretsw.github.io/tidytags/articles/tidytags-with-conf-hashtags.html). | ||
|
||
## {tidytags} core functions | ||
|
||
### read\_tags() | ||
|
@@ -185,13 +191,9 @@ analyzed Twitter data using the tidytags R package (Staudt Willet & | |
Rosenberg, 2021)”. Here is the full bibliographic reference to include | ||
in your reference list: | ||
|
||
list(title = “tidytags: Importing and Analyzing Twitter Data Collected | ||
with TwitterGoogle Sheets”, author = list(list(given = “K. Bret”, family | ||
= “Staudt Willet”, role = c(“aut”, “cre”), email = “<[email protected]>”, | ||
comment = c(ORCID = “0000-0002-6984-416X”)), list(given = “Joshua M.”, | ||
family = “Rosenberg”, role = “aut”, email = NULL, comment = c(ORCID = | ||
“0000-0003-2170-0447”))), year = “2021”, note = | ||
“<a href="https://bretsw.github.io/tidytags/,\nhttps://github.com/bretsw/tidytags" class="uri">https://bretsw.github.io/tidytags/,\nhttps://github.com/bretsw/tidytags</a>”) | ||
> Staudt Willet, K. B., & Rosenberg, J. M. (2021). tidytags: Importing | ||
> and analyzing Twitter data collected with Twitter Archiving Google | ||
> Sheets. <https://github.com/bretsw/tidytags> (R package version 0.2.0) | ||
## License [![license](https://img.shields.io/badge/license-GPL3-9cf.svg)](https://www.gnu.org/licenses/gpl.html) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters