From d15c3c451f01f919908523d2acdbdcb2952da7a6 Mon Sep 17 00:00:00 2001
From: Jens Preussner <jens.preussner@mpi-bn.mpg.de>
Date: Thu, 2 Apr 2020 13:21:11 +0000
Subject: [PATCH] Updated manpages

---
 R/i2dashboard.R         | 6 +++---
 man/idashboard-class.Rd | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/R/i2dashboard.R b/R/i2dashboard.R
index a2b6c20..8af9444 100644
--- a/R/i2dashboard.R
+++ b/R/i2dashboard.R
@@ -9,9 +9,9 @@
 #' @slot pages A list of dashboard pages
 #' @slot sidebar Content of the global sidebar
 #' @slot colormaps A named list with color mappings.
-#' @slot source_code Either a logical value describing whether the source code should be embeded through an item in the navigation bar or a link to a URL where the source code can be found online.
-#' @slot social_links A vector with any number of the following services: “facebook”, “twitter”, “google-plus”, “linkedin”, and “pinterest”. You can also specify “menu” to provide a generic sharing drop-down menu that includes all of the services.
-#' @slot navbar_items A list of further navigation bar items.
+#' @slot source Either a logical value describing whether the source code should be embeded through an item in the navigation bar or a link to a URL where the source code can be found online.
+#' @slot social A vector with any number of the following services: “facebook”, “twitter”, “google-plus”, “linkedin”, and “pinterest”. You can also specify “menu” to provide a generic sharing drop-down menu that includes all of the services.
+#' @slot navbar A list of links in the navigation bar (see https://rmarkdown.rstudio.com/flexdashboard/using.html#navigation_bar).
 #'
 #' @return An i2dashboard object.
 #'
diff --git a/man/idashboard-class.Rd b/man/idashboard-class.Rd
index 719096f..05f1f66 100644
--- a/man/idashboard-class.Rd
+++ b/man/idashboard-class.Rd
@@ -45,10 +45,10 @@ Create a new i2dashboard object.
 
 \item{\code{colormaps}}{A named list with color mappings.}
 
-\item{\code{source_code}}{Either a logical value describing whether the source code should be embeded through an item in the navigation bar or a link to a URL where the source code can be found online.}
+\item{\code{source}}{Either a logical value describing whether the source code should be embeded through an item in the navigation bar or a link to a URL where the source code can be found online.}
 
-\item{\code{social_links}}{A vector with any number of the following services: “facebook”, “twitter”, “google-plus”, “linkedin”, and “pinterest”. You can also specify “menu” to provide a generic sharing drop-down menu that includes all of the services.}
+\item{\code{social}}{A vector with any number of the following services: “facebook”, “twitter”, “google-plus”, “linkedin”, and “pinterest”. You can also specify “menu” to provide a generic sharing drop-down menu that includes all of the services.}
 
-\item{\code{navbar_items}}{A list of further navigation bar items.}
+\item{\code{navbar}}{A list of links in the navigation bar (see https://rmarkdown.rstudio.com/flexdashboard/using.html#navigation_bar).}
 }}
 
-- 
GitLab