Thanks to visit codestin.com
Credit goes to github.com

Skip to content

❗ This is a read-only mirror of the CRAN R package repository. cvdprevent — Wrapper for the 'CVD Prevent' Application Programming Interface. Homepage: https://github.com/craig-parylo/cvdpreventhttps://craig-parylo.github.io/cvdprevent/ Report bugs for this package: https://github.com/craig-parylo/cvdpre ...

License

Notifications You must be signed in to change notification settings

cran/cvdprevent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CVD Prevent cvdprevent website

CRAN status

The goal of CVD Prevent is to provide an R wrapper to the CVD Prevent application programming interface (API). Users can make API requests through built-in R functions.

The Cardiovascular Disease Prevention Audit (CVDPREVENT) is an England-wide primary care audit that automatically extracts routinely held GP data. The Data & Improvement Tool provides open access to the data, with clear, actionable insights for those tasked with improving cardiovascular health.

Installation

You can install the development version of cvdprevent from GitHub with:

# install.packages("devtools")
devtools::install_github("craig-parylo/cvdprevent")

Alternatively, install the latest stable release from CRAN with:

utils::install.packages("cvdprevent")

Example

This is a basic example which shows you how to solve a common problem:

library(cvdprevent)

## basic example code
cvd_indicator_list() |> 
  head(n = 4)
#> # A tibble: 4 × 12
#>   AxisCharacter DataUpdateInterval FormatDisplayName HighestPriorityNotificati…¹
#>   <chr>         <lgl>              <chr>             <chr>                      
#> 1 %             NA                 Proportion %      <NA>                       
#> 2 %             NA                 Proportion %      <NA>                       
#> 3 %             NA                 Proportion %      <NA>                       
#> 4 %             NA                 Proportion %      <NA>                       
#> # ℹ abbreviated name: ¹​HighestPriorityNotificationType
#> # ℹ 8 more variables: IndicatorCode <chr>, IndicatorFormatID <int>,
#> #   IndicatorID <int>, IndicatorName <chr>, IndicatorOrder <int>,
#> #   IndicatorShortName <chr>, IndicatorStatus <chr>, NotificationCount <int>

See vignette('using_cvdprevent', package = 'cvdprevent') for more guidance on use

About

❗ This is a read-only mirror of the CRAN R package repository. cvdprevent — Wrapper for the 'CVD Prevent' Application Programming Interface. Homepage: https://github.com/craig-parylo/cvdpreventhttps://craig-parylo.github.io/cvdprevent/ Report bugs for this package: https://github.com/craig-parylo/cvdpre ...

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages