data-raw
➜ tree data-raw
├───cache
├───database
│ ├───CSV
│ └───SQL
├───original
│ └───downloaded
│ └───mockaroo
├───scripts
└───working
├───exposures
├───industry
├───lossruns
├───policies
└───priors
A cache directory for intermediate caching of long-running data manipulations.
This directory represents the data preparation portion of the final inst/database folder which houses the final utilized database files.
In particular this folder should have:
db.sql
SQL script that generates and seeds the database.The scripts directory houses all the data preparation R scripts.
Currently the following scripts are used:
.rda
files in the data directory. Specifically, it generates the losses
and exposures
data frames.claims_transactional
.Any other scripts are extras and may be ignored.
The original directory houses raw, original data downloaded or brought in from an external source. This data is assumed to be as raw as possible.
The working directory houses data that has been manipulated from the files in the original directory. For example, extracted zips, renamed files, re-formatted tables, etc. The working data is what is actually used when preparing the datasets for use in the package.
Data Lineage: ORIGINAL --> WORKING --> USED
Lossruns to be scrubbed.
Exposure Data for various scenarios and coverages.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.