- Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathupdate_providers.Rd
38 lines (36 loc) · 1.08 KB
/
update_providers.Rd
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
% Generatedbyroxygen2:donoteditbyhand
% PleaseeditdocumentationinR/update_providers.R
\name{update_providers}
\alias{update_providers}
\title{UpdatethelocallystoredOAI-PMHdataproviderstable.}
\usage{
update_providers(path=".", ...)
}
\arguments{
\item{path}{Pathtoputdatain.}
\item{...}{Curloptionspassedonto \code{\link[httr:GET]{httr::GET()}}}
}
\description{
Datacomesfrom
\url{http://www.openarchives.org/Register/BrowseSites}.Itincludesthe
oai-identifier (iftheyhaveone) andthebaseURL.Thewebsitehas
thenameofthedataprovidertoo, butnotprovidedinthedatapulled
downhere, butyoucangrabthenameusingtheexamplebelow.
}
\details{
Thistableisscrapedfrom
\url{http://www.openarchives.org/Register/BrowseSites}.
Iwouldgetitfrom \url{http://www.openarchives.org/pmh/registry/ListFriends},
butitdoesnotincluderepositorynames.
Thisfunctionupdatesthetableforyou.Doestakeawhilethough, so
gogetacoffee.
}
\examples{
\dontrun{
update_providers()
load_providers()
}
}
\seealso{
\code{\link[=load_providers]{load_providers()}}
}