LoslegenKostenlos loslegen

Row orientation

In this exercise you'll switch your dashboard from a column-oriented layout to a row-oriented layout.

Diese Übung ist Teil des Kurses

Building Dashboards with flexdashboard

Kurs anzeigen

Anleitung zur Übung

  • Change the dashboard to use a row layout
  • Expand the html output after knitting and inspect how the chart layout changed

Interaktive Übung

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

{"my_document.Rmd":"---\ntitle: \"Bikeshare\"\noutput: \n  flexdashboard::flex_dashboard:\n    orientation: columns\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