Sfoglia il codice sorgente

Must wrap search terms with spaces in single quotes

simplify
Garrick Aden-Buie 7 anni fa
parent
commit
78f2f14183
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. +4
    -0
      inst/gathertweet.R

+ 4
- 0
inst/gathertweet.R Vedi File

Arguments Arguments
<terms> Search terms. Individual search terms are queried separately, <terms> Search terms. Individual search terms are queried separately,
but duplicated tweets are removed from the stored results. but duplicated tweets are removed from the stored results.
Each search term counts against the 15 minute rate limit of 180
searches, which can be avoided by manually joining search terms
into a single query. WARNING: Wrap queries with spaces in
\'single quotes\': double quotes are allowed inside single quotes only.


Options: Options:
-h --help Show this screen. -h --help Show this screen.

Loading…
Annulla
Salva