forked from ropensci-archive/rorcid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
45 lines (44 loc) · 1.06 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
# Generated by roxygen2: do not edit by hand
S3method(as.orcid,character)
S3method(as.orcid,default)
S3method(as.orcid,list)
S3method(as.orcid,or_cid)
S3method(as.orcid,orcid_id)
S3method(identifiers,list)
S3method(identifiers,orcid)
S3method(identifiers,orcid_doi)
S3method(identifiers,orcid_id)
S3method(identifiers,works)
S3method(print,or_cid)
S3method(summary,or_cid)
export(as.orcid)
export(browse)
export(check_dois)
export(identifiers)
export(orcid)
export(orcid_activities)
export(orcid_address)
export(orcid_auth)
export(orcid_bio)
export(orcid_doi)
export(orcid_educations)
export(orcid_email)
export(orcid_employments)
export(orcid_external_identifiers)
export(orcid_fundings)
export(orcid_id)
export(orcid_keywords)
export(orcid_other_names)
export(orcid_peer_reviews)
export(orcid_person)
export(orcid_ping)
export(orcid_researcher_urls)
export(orcid_search)
export(orcid_works)
export(works)
importFrom(crul,HttpClient)
importFrom(httr,add_headers)
importFrom(httr,oauth2.0_token)
importFrom(httr,oauth_app)
importFrom(httr,oauth_endpoint)
importFrom(jsonlite,fromJSON)