-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
48 lines (48 loc) · 1.87 KB
/
DESCRIPTION
File metadata and controls
48 lines (48 loc) · 1.87 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
Package: instaExtract
Type: Package
Title: The instaExtract Package Aims to Provide Analysts a Method
for Pulling Information from Instagram and a Foundation for
Future Analytic Functions to be Created and Shared
Version: 0.1.0
Date: 2018-01-17
Author: Anthony Kallhoff
Maintainer: Anthony Kallhoff <kallhoffa@gmail.com>
Description: Chief among instaExtract's functionality is providing the
tools for the user to pull relevant data from Instagram. This is
accomplished by pulling information from JSON links constructed based
on the user's query. These queries may be based on a user, a location,
a particular post, or a hashtag. The package then returns a dataframe
with the information relating to either the selected item or a number
of items. These returned values depend on what item is being created,
but contain such things as the username, date, number of likes, relevant
hashtags, and a permanent link. These fields form a foundation for
analysts to discover trends and patterns relating to their field of
study. For example, an intel officer might find that an inoccous hashtag
is highly correlated with known members of an orginzation.
While the goal is for this package to be updated and accumulate useful
functions as they are developed in the real world, the package starts
only as a tool to pull information. Therefor, the end-user does not
require much to any skill. Simply knowing what they are looking for
is all that is required. In creating a shiny app, creating an interface
that illustrates what capacity for searching the package will do will
further reduce the complexity of the package.
Encoding: UTF-8
LazyData: true
Imports:
rvest,
RSelenium,
wdman,
tidyverse,
jsonlite,
plyr,
bit64,
rlist,
httr,
lubridate,
dplyr,
shiny,
shinythemes,
DT
Depends: R (>= 2.10)
License: GPL (>= 2)
RoxygenNote: 6.0.1