MulaiMulai sekarang secara gratis

Column widths

In this exercise you'll add a column and adjust the column widths.

Latihan ini adalah bagian dari kursus

Building Dashboards with flexdashboard

Lihat Kursus

Petunjuk latihan

  • Add a second column to the dashboard with one chart in the first column and two charts in the second.
  • Adjust the column widths so that the first column is three times as wide as the second.

Latihan interaktif praktis

Cobalah latihan ini dengan menyelesaikan kode contoh berikut.

{"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\n\n### Chart B\n\n```{r}\n\n```\n\n### Chart C\n\n```{r}\n\n```\n\n\n"}
Edit dan Jalankan Kode