This repository has been archived by the owner on Jun 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathNAMESPACE
58 lines (57 loc) · 1.57 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
# Generated by roxygen2: do not edit by hand
export(rforcecom.abortBulkJob)
export(rforcecom.bulkAction)
export(rforcecom.bulkQuery)
export(rforcecom.checkBatchStatus)
export(rforcecom.closeBulkJob)
export(rforcecom.create)
export(rforcecom.createBulkBatch)
export(rforcecom.createBulkJob)
export(rforcecom.debug)
export(rforcecom.delete)
export(rforcecom.getBatchDetails)
export(rforcecom.getBulkQueryResult)
export(rforcecom.getObjectDescription)
export(rforcecom.getObjectList)
export(rforcecom.getServerTimestamp)
export(rforcecom.insertBulkAttachments)
export(rforcecom.login)
export(rforcecom.logout)
export(rforcecom.query)
export(rforcecom.queryMore)
export(rforcecom.retrieve)
export(rforcecom.search)
export(rforcecom.submitBulkQuery)
export(rforcecom.update)
export(rforcecom.upsert)
importFrom(RCurl,curlEscape)
importFrom(XML,getNodeSet)
importFrom(XML,newXMLNode)
importFrom(XML,xmlApply)
importFrom(XML,xmlAttrs)
importFrom(XML,xmlGetAttr)
importFrom(XML,xmlParse)
importFrom(XML,xmlRoot)
importFrom(XML,xmlSApply)
importFrom(XML,xmlSize)
importFrom(XML,xmlToDataFrame)
importFrom(XML,xmlToList)
importFrom(XML,xmlTreeParse)
importFrom(XML,xmlValue)
importFrom(dplyr,"%>%")
importFrom(httr,DELETE)
importFrom(httr,GET)
importFrom(httr,PATCH)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,headers)
importFrom(httr,upload_file)
importFrom(methods,as)
importFrom(plyr,ldply)
importFrom(plyr,rbind.fill)
importFrom(purrr,map_df)
importFrom(utils,read.csv)
importFrom(utils,type.convert)
importFrom(utils,capture.output)
importFrom(xml2,xml_find_all)