Skip to content

Commit

Permalink
updated raw data file name
Browse files Browse the repository at this point in the history
  • Loading branch information
VSchauer committed Apr 19, 2024
1 parent a8f2d2f commit e4ec0ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/data-preview.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Furthermore, at the moment the data is provided without any license terms, so pl

## Dataset

Raw (beta) data available for inspection [here](https://trr266.github.io/quarto-template-data-website-2/template_pr_quarto_final_180424.csv).
Raw (beta) data available for inspection [here](https://trr266.github.io/quarto-template-data-website-2/template_pr_quarto_final_190424.csv).


```{ojs}
Expand All @@ -29,7 +29,7 @@ import { interval } from '@mootari/range-slider'
viewof YearSlider = interval([2015, 2021], {
step: 1,
value: [2015, 2021],
label: 'Please year range',
label: 'Please select year range',
})
viewof industry = Inputs.checkbox(
Expand Down

0 comments on commit e4ec0ff

Please sign in to comment.