LoslegenKostenlos loslegen

Browse package vignette

Vignettes are an essential part of R package documentation as they provide detailed explanations, examples, and tutorials on how to use the package's functionality. In this exercise, you will explore the vignettes available in a popular R package: ggplot2. Reviewing the vignettes in the ggplot2 package can be immensely helpful for a beginning R package creator to understand vignettes. These vignettes, created by experienced developers, serve as practical examples and guides for using vignettes effectively. By studying how vignettes are structured, formatted, and integrated into the package, novice creators can gain insights into best practices and apply them to their own documentation efforts.

Diese Übung ist Teil des Kurses

Developing R Packages

Kurs anzeigen

Anleitung zur Übung

  • Browse the vignettes of the ggplot2 package.

Interaktive Übung

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

# Browse vignettes for ggplot2 package
___
Code bearbeiten und ausführen