Description Usage Arguments Details Value See Also
View source: R/monthlyData_import.R
import plpd, bnf, demog and qof data in the workspace for the specified month and year as setted with setConfig()
1 | monthlyData_import(settings, whichData = "all", sample)
|
settings |
analysis settings generated with setConfig() |
whichData |
string indicatin which Data to download. One of "plpd", "bnf", "demog" and "all" default = "all" |
sample |
logic. if TRUE (default) only 500.000 rows will be uploaded in the workspace. |
Import all data for one month analysis in the workspace. If altready downloaded, data are retrived from the folder where they have been downloaded. If not already downloaded, data are downloaded from: - plpd: website if sample = FALSE, github if sample = TRUE (default) - bnf: github/csv - demog: github/csv - qof: github/csv github repository at this link: https://github.com/muschitiello/PrescRiptionsData
the function returns all data upoaded in the workspace in list format
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.