-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.13 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Package: statsearchanalyticsr
Title: An Interface for the 'STAT Search Analytics' API
Version: 0.1.4.9000
Authors@R: c(
person(given = "Ben",
family = "Woodard",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Chima",
family = "Umeakunne",
role = "ctb",
email = "[email protected]"),
person(given = 'Search Discovery, LLC',
role = "own",
comment = "Visit SearchDiscovery.com for more information")
)
Description: Pull data from the 'STAT Search Analytics' API <https://help.getstat.com/knowledgebase/api-services/>. It was developed by the Search Discovery team to help analyze keyword ranking data.
License: MIT + file LICENSE
URL: https://searchdiscovery.github.io/statsearchanalyticsr/
BugReports: https://github.com/searchdiscovery/statsearchanalyticsr/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
glue,
httr,
jsonlite,
purrr,
tidyr,
tibble,
stringr,
lubridate
Suggests:
spelling
Language: en-US