kurtawirth / botscan

R tool for scanning Twitter for bot activity on a conversation level.
GNU General Public License v3.0
10 stars 6 forks source link

Edit setup function documentation example #16

Closed ryantmoore closed 5 years ago

ryantmoore commented 5 years ago

The current example is specified as

\dontrun{setup_botscan("a", "b", "c", "d", "e")}

If Issues #8 and #11 are resolved, and the user must still assign the output of setup_botscan() to a name in order to access bom$check_account(), then this should change to

\dontrun{bom <- setup_botscan("a", "b", "c", "d", "e")}
kurtawirth commented 5 years ago

This has been completed as of commit #9560af0ac68fbbccb10d24cfb5bf71d2454fdaa3