Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
christophsax committed Nov 4, 2024
1 parent bced6b9 commit 6fa1a07
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ format:
theme: cosmo
css: styles.css
toc: true

execute:
after:
- ./copy-html.sh
14 changes: 7 additions & 7 deletions docs/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@
"section": "",
"text": "Die API wurde mit dem R-Paket plumber erstellt. Plumber ermöglicht es, R-Funktionen als HTTP-Endpunkte bereitzustellen. Das Paket wandelt R-Funktionen automatisch in eine REST API um, indem spezielle Kommentare verwendet werden, die den Endpunkt und die HTTP-Methode definieren. Die API kann dann lokal oder auf einem Server gehostet werden.\nCode"
},
{
"objectID": "explorer.html",
"href": "explorer.html",
"title": "About",
"section": "",
"text": "Select Dataset and Format\nSelect Dataset: mtcars cars \n\nData Preview\n\n\n\n\nSelect Format: json csv excel parquet \n\nDownload Data"
},
{
"objectID": "index.html#api-in-r",
"href": "index.html#api-in-r",
Expand All @@ -26,5 +19,12 @@
"title": "Data Explorer API and Shiny App",
"section": "Data Explorer",
"text": "Data Explorer\nEs gibt verschiedene Möglichkeiten, um einen Data Explorer zu erstellen. Wir untersuchen drei verschiedene Ansätze:\n\nStandard Webtechnologien (z.B. Vue.js)\nDas ist eine non-R-Lösung, die auf einem beliebigen Webserver gehostet werden kann. Trotzdem relativ einfach zu implementieren:\nLive: Demo\nCode: GitHub\n\nVorteile\n\nStandard Webtechnologien\n\n\n\nNachteile\n\nJavaScript- und HTML-Kenntnisse werden benötigt, R ist nicht ausreichend\n\n\n\n\nR Shiny\nShiny ist ein offensichtlicher Kandidat.\nLive: Demo\nCode: GitHub\n\nVorteile\n\nKann in R geschrieben werden\n\n\n\nNachteile\n\nBenötigt Connect und Shiny Server\n\n\n\n\nR + Quarto\nLive: Demo\nCode: GitHub\n\nVorteile\n\nKann in R geschrieben werden\nGestaltungsmöglichkeiten von Quarto\n\n\n\nNachteile\n\nKeine"
},
{
"objectID": "explorer.html",
"href": "explorer.html",
"title": "About",
"section": "",
"text": "Select Dataset and Format\nSelect Dataset: mtcars cars \n\nData Preview\n\n\n\n\nSelect Format: json csv excel parquet \n\nDownload Data"
}
]

0 comments on commit 6fa1a07

Please sign in to comment.