-
Notifications
You must be signed in to change notification settings - Fork 18
/
NAMESPACE
105 lines (104 loc) · 2.4 KB
/
NAMESPACE
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# Generated by roxygen2: do not edit by hand
export(age_predict)
export(areFriends)
export(boardGetComments)
export(boardGetCommentsExecute)
export(boardGetCommentsList)
export(clear_text)
export(collection_exists)
export(create_empty_collection)
export(databaseGetChairs)
export(databaseGetCities)
export(databaseGetCitiesById)
export(databaseGetCountries)
export(databaseGetCountriesById)
export(databaseGetFaculties)
export(databaseGetRegions)
export(databaseGetSchoolClasses)
export(databaseGetSchools)
export(databaseGetStreetsById)
export(databaseGetUniversities)
export(db_drop)
export(db_drop_collection)
export(db_getActive)
export(db_getName)
export(db_get_collection)
export(db_get_connection)
export(db_init)
export(db_insert)
export(db_load)
export(db_load_collection)
export(db_save)
export(db_update)
export(execute)
export(filterAttachments)
export(getAccessToken)
export(getArbitraryNetwork)
export(getCountryByCityId)
export(getEgoNetwork)
export(getFriends)
export(getFriendsBy25)
export(getFriendsFor)
export(getGroups)
export(getGroupsById)
export(getGroupsForUsers)
export(getGroupsMembers)
export(getGroupsMembersExecute)
export(getMutual)
export(getMutualExecute)
export(getPaths)
export(getStatus)
export(getTopics)
export(getTopicsExecute)
export(getURLs)
export(getUsers)
export(getUsersExecute)
export(getWall)
export(getWallExecute)
export(get_stop_words)
export(groupsSearch)
export(likesGetList)
export(likesGetListForObjects)
export(me)
export(messagesGet)
export(messagesGetHistory)
export(messagesGetHistoryAll)
export(messagesGetHistoryExecute)
export(messagesSend)
export(messagesSplitByDate)
export(newsfeedSearch)
export(or)
export(postGetComments)
export(profile_fields)
export(saveAsGEXF)
export(search.getHints)
export(setAPIVersion)
export(setAccessToken)
export(setRepeats)
export(setTimeout)
export(show_collections)
export(show_dbs)
export(tag2Id)
export(use_db)
export(usersGetFollowers)
export(usersGetSubscriptions)
export(usersSearch)
export(vkApply)
export(vkOAuth)
export(vkOAuthWeb)
export(vkPost)
export(wallGetById)
export(wallGetComments)
export(wallGetCommentsList)
export(wallGetReposts)
export(wallSearch)
importFrom(graphics,plot)
importFrom(graphics,rasterImage)
importFrom(stats,na.omit)
importFrom(utils,URLencode)
importFrom(utils,browseURL)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,read.table)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)