Skip to content

Commit

Permalink
Convert RMarkdown files to quarto, host as book, add appendices
Browse files Browse the repository at this point in the history
  • Loading branch information
sophie-a-lee committed Jul 4, 2024
1 parent 6f5e406 commit 4ff3650
Show file tree
Hide file tree
Showing 62 changed files with 11,950 additions and 158 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@

**.Rmd


/.quarto/
Binary file added _book/Introduction-to-R-with-Tidyverse.pdf
Binary file not shown.
45 changes: 45 additions & 0 deletions _book/data_description.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Data description {.unnumbered}

## What is 'CSP'?
The data we will be using throughout this course relates to the Core Spending Power (CSP) of English local authorities between 2015 and 2020. This is a measure of the resources available to local authorities in England to fund service delivery. The CSP is broken down into several components, presented as variables in the data. These components include:

- Settlement Funding Assessment (`sfa`)
- Compensation for under-indexing the business rates multipler (`under_index`)
- Income from council tax (`ct_total`)
- New Homes Bonus (`nhb`)
- Rural Services Delivery Grant (`rsdg`)

Spending power is given in millions of pounds (£). The data were provided by the UK government's Department for Levelling Up, Housing and Communities. Full guidance on the data can be found on the [Department's website](https://www.gov.uk/government/publications/explanatory-note-on-core-spending-power-provisional-local-government-finance-settlement-2024-to-2025/explanatory-note-on-core-spending-power-provisional-local-government-finance-settlement-2024-to-2025). A brief description of the variables included in the data are given below.

## Descriptions of variables

### Identifier variables
Each dataset contains a unique identifier code variable, `ons_code`. This is a code given by the Government's Office for National Statistics (ONS), and is used to join different datasets. There is also an `authority` variable which contains the local authority name (to see where each local authority lies on a map, you can visit the [Government's geoportal website](https://geoportal.statistics.gov.uk/documents/cb64eeb1b0a74e5ca277f9fac58500f4/explore)).

### Regions of England
In addition to each local authority's unique code and name, we are given the region that they lie within. England is separated into 9 regions (shown on [this map](https://geoportal.statistics.gov.uk/documents/bfe6f7099f9e4cc59f8064962959bfb5/explore)) which are given as acronyms in the data. These are:

- `L` = London
- `NW` = North West
- `NE` = North East
- `YH` = Yorkshire and the Humber
- `WM` = West Midlands
- `EM` = East Midlands
- `EE` = East England
- `SW` = South West
- `SE` = South East

### Settlement Funding Assessment (SFA)
The Settlement Funding Assessment (`sfa` in the data) is the baseline funding level of local authorities, and includes the Revenue Support Grant (a central government grant given to local authorities).

### Under-indexing business rate multipliers
The `under_index` variable is given to compensate local authorities that under-indexed business rate multipliers in previous years (i.e. those that used a measure of inflation that was lower than that should have been used).

### Council tax
Council tax (`ct_total`) is the income made by each local authority from council tax. In England, the amount of council tax charged to residents is set by each local authority to make up additional revenue needed to cover planned spending.

### New Homes Bonus
The `nhb` variables is the funding received as part of the New Homes Bonus, a government inncentive to encourage local authorities to promote new housing delevopment.

### Rural Services Delivery Grant
The `rsdg` variable is funding received as part of the Rural Services Delivery Grant, provided to rural councils to recognise additional costs in these areas.
Binary file added _book/images/arrow_shortcut.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _book/images/code_chunk_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _book/images/export_shortcut.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _book/images/knit_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _book/images/new_file_shortcut.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _book/images/open_shortcut.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _book/images/project_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _book/images/r_meme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _book/images/rmarkdown_new.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _book/images/rmarkdown_pipe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _book/images/rstudio_ide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _book/images/run_shortcut.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _book/images/save_shortcut.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _book/images/visualisation_table.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _book/images/zoom_shortcut.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
678 changes: 678 additions & 0 deletions _book/index.html

Large diffs are not rendered by default.

162 changes: 162 additions & 0 deletions _book/search.json

Large diffs are not rendered by default.

1,013 changes: 1,013 additions & 0 deletions _book/session1_notes.html

Large diffs are not rendered by default.

1,174 changes: 1,174 additions & 0 deletions _book/session2_notes.html

Large diffs are not rendered by default.

887 changes: 887 additions & 0 deletions _book/session3_notes.html

Large diffs are not rendered by default.

1,113 changes: 1,113 additions & 0 deletions _book/session4_notes.html

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,107 changes: 1,107 additions & 0 deletions _book/session5_notes.html

Large diffs are not rendered by default.

2,078 changes: 2,078 additions & 0 deletions _book/site_libs/bootstrap/bootstrap-icons.css

Large diffs are not rendered by default.

Binary file added _book/site_libs/bootstrap/bootstrap-icons.woff
Binary file not shown.
12 changes: 12 additions & 0 deletions _book/site_libs/bootstrap/bootstrap.min.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions _book/site_libs/bootstrap/bootstrap.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions _book/site_libs/clipboard/clipboard.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions _book/site_libs/quarto-html/anchor.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions _book/site_libs/quarto-html/popper.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 4ff3650

Please sign in to comment.