forked from ukhsa-collaboration/odsR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.04 KB
/
DESCRIPTION
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
Package: odsR
Type: Package
Title: Extract and manipulate ODS data from the NHS Digital ODS ORD API
Version: 1.0.12
Author: c(person("Anderson", "Georgina", , "[email protected]", c("aut", "cre"))
Maintainer: The package maintainer is <[email protected]>
Description: Functions to facilitate extraction of ODS data from the NHS Digital ODS ORD API.
getODS: Extracts summary data for all organisation meeting the specified filter criteria and outputs in data.frame format.
getODSfull: Extracts full data for a single organisation and outputs in list format.
addorgname: Adds an organisation to a data frame containing organisation codes.
OrgRelLkp: Generates an organisational lookup table using organisational relationship data.
BugReports: https://github.com/PublicHealthEngland/odsR/issues
Depends: R (>= 3.4.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
jsonlite,
httr,
tidyr,
purrr
Suggests:
knitr,
readxl,
rmarkdown,
testthat,
RoxygenNote: 7.1.1
VignetteBuilder: knitr