This repository was archived by the owner on Oct 28, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathNAMESPACE
More file actions
54 lines (53 loc) · 1.33 KB
/
Copy pathNAMESPACE
File metadata and controls
54 lines (53 loc) · 1.33 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
49
50
51
52
53
54
# Generated by roxygen2: do not edit by hand
S3method(print,Datasets)
S3method(print,Experiments)
S3method(print,Workspace)
S3method(print,discoverSchema)
S3method(str,Workspace)
export(consume)
export(datasets)
export(delete.datasets)
export(deleteWebService)
export(discoverSchema)
export(download.datasets)
export(download.intermediate.dataset)
export(endpointHelp)
export(endpoints)
export(experiments)
export(getEndpoints)
export(getWebServices)
export(is.Dataset)
export(is.Endpoint)
export(is.Service)
export(is.Workspace)
export(publishWebService)
export(read.AzureML.config)
export(refresh)
export(services)
export(updateWebService)
export(upload.dataset)
export(workspace)
export(write.AzureML.config)
import(codetools)
importFrom(base64enc,base64encode)
importFrom(curl,curl)
importFrom(curl,curl_escape)
importFrom(curl,curl_fetch_memory)
importFrom(curl,handle_reset)
importFrom(curl,handle_setheaders)
importFrom(curl,handle_setopt)
importFrom(curl,new_handle)
importFrom(foreign,read.arff)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(miniCRAN,makeRepo)
importFrom(miniCRAN,pkgDep)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,read.table)
importFrom(utils,str)
importFrom(utils,write.table)
importFrom(utils,zip)
importFrom(uuid,UUIDgenerate)