Skip to content

Commit

Permalink
update dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
VSchauer committed Apr 19, 2024
1 parent 49655e3 commit 2c17623
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 8 deletions.
35 changes: 27 additions & 8 deletions docs/data-preview.qmd
Original file line number Diff line number Diff line change
@@ -1,24 +1,43 @@
---
title: "Data Preview"
author: "Victor Schauer"
engine: knitr
knitr: true
author: "Jeremiah Lewis"
format:
html:
code-fold: false
---
# Data Preview

::: callout-important
Until this disclaimer is removed, all data displayed here is for technical testing purposes and is not suitable for data analysis.
::: {.callout-important}
Until this disclaimer is removed, all data displayed here is for
technical testing purposes and is not suitable for data analysis.

Furthermore, at the moment the data is provided without any license terms, so please use at your own risk.
:::


::: {.panel-tabset}

## Dataset 1

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

```{ojs}
//| echo: false
concepts_data = FileAttachment("sample_data.csv").csv({ typed: true })
Inputs.table(concepts_data)
//Inputs.table(concepts_data, {sort: "frequency", reverse: true, width: {concept: 140,},})
```

## Dataset 2

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

```{ojs}
//| echo: false
pr_data = FileAttachment("template_pr_quarto_final_180424.csv").csv({ typed: true })
profit_data = FileAttachment("template_pr_quarto_final_180424.csv").csv({ typed: true })
Inputs.table(pr_data)
Inputs.table(profit_data)
```

# Download Button
:::
Binary file removed docs/shiny_pr_template_CEO_040424.xlsx
Binary file not shown.

0 comments on commit 2c17623

Please sign in to comment.