LoslegenKostenlos starten

Generating a dashboard

In this exercise, you'll create your first empty flexdashboard! Be sure to expand the html viewer (by clicking the diagonal arrows) after knitting your dashboard to see the whole page.

Diese Übung ist Teil des Kurses

<Kurs>Building Dashboards with flexdashboard</Kurs>
Kurs ansehen

Übungsanweisungen

  • Title the dashboard Bikeshare and knit using the title YAML tag.

Interaktive praktische Übung

Versuche dich an dieser Übung, indem du diesen Beispielcode vervollständigst.

{"my_document.Rmd":"---\ntitle: \"Untitled\"\noutput: \n  flexdashboard::flex_dashboard\n---\n\n```{r setup, include=FALSE}\nlibrary(flexdashboard)\n```\n\nColumn\n-----------------------------------------------------------------------\n\n### Chart A\n\n```{r}\n\n```\n\nColumn\n-----------------------------------------------------------------------\n\n### Chart B\n\n```{r}\n\n```\n\n### Chart C\n\n```{r}\n\n```\n\n\n"}
Code bearbeiten und ausführen