-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
50 lines (49 loc) · 1.1 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
# Generated by roxygen2: do not edit by hand
export(agent)
export(checkSupportedComponents)
export(connect)
export(createActor)
export(createAgent)
export(createContext)
export(createExtension)
export(createGroup)
export(createGroupMembers)
export(createObject)
export(createResult)
export(createScore)
export(createStatement)
export(createVerb)
export(getActivityType)
export(getActivityTypes)
export(getActorDefinition)
export(getActorTypes)
export(getAgentDefinition)
export(getContextDefinition)
export(getExtensionDefinition)
export(getInteractionComponent)
export(getInteractionComponents)
export(getInteractionType)
export(getInteractionTypes)
export(getInterface)
export(getInterfaceList)
export(getModel)
export(getModelList)
export(getObjectDefinition)
export(getObjectTypes)
export(getResultDefinition)
export(getScoreDefinition)
export(getSupportedComponents)
export(getVerb)
export(getVerbList)
export(group)
export(members)
export(observeEvents)
export(retrieve)
export(store)
export(test)
export(validateObject)
import(htmltools)
import(httr)
import(shiny)
importFrom(jsonlite,toJSON)
importFrom(uuid,UUIDgenerate)