소스 검색

Must wrap search terms with spaces in single quotes

simplify
Garrick Aden-Buie 7 년 전
부모
커밋
78f2f14183
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      inst/gathertweet.R

+ 4
- 0
inst/gathertweet.R 파일 보기

@@ -10,6 +10,10 @@ Usage:
Arguments
<terms> Search terms. Individual search terms are queried separately,
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:
-h --help Show this screen.

Loading…
취소
저장