generated from trr266/quarto-template-data-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
27 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.