Description Usage Arguments Value See Also Examples
If the data is found locally in the temporary directory then this function will load the data into R.
Otherwise if download_data = TRUE then the data will be retrieved from the specified URL. Data can then be
saved  to the temporary directory by specifying save = TRUE.
| 1 2 3 4 5 6 7 8 9 10 11 12 | 
| url | Character string, indicating the url of the data to download. | 
| data_trans_fn | Function that takes a data.table as input and returns a single dataframe of any type. If not specified defaults to transforming the data into a tibble. | 
| download_data | Logical, defaults to  | 
| save | Logical, should the data be saved for reuse during the current R session. Defaults to
 | 
| save_name | Character string, name to save the data under. Defaults to
 | 
| return | Logical, should the data be returned as a dataframe.
Defaults to  | 
| verbose | Logical, defaults to  | 
| use_utils | Logical, defaults to  | 
| use_direct_download | Logical, defaults to  | 
| retry_download | Logical defaults to  | 
The data loaded from a local copy or downloaded from the given url as a dataframe, exact format specified by data_trans_fn
get_tb_burden get_data_dict
| 1 2 3 4 5 6 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.