Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bthieurmel committed Jul 30, 2017
1 parent df95f00 commit 7271d44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions R/visConfigure.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
#' @param container : DOM element. This allows you to put the configure list in another HTML container than below the network.
#' @param showButton : Boolean. Default to true. Show the generate options button at the bottom of the configurator.
#'
#' @examples
#'@examples
#'
#' \donrun{
#'\dontrun{
#'
#' nodes <- data.frame(id = 1:3, title = paste0("<p>", 1:3,"<br> tooltip</p>"))
#' edges <- data.frame(from = c(1,2), to = c(1,3))
Expand Down
2 changes: 1 addition & 1 deletion man/visConfigure.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7271d44

Please sign in to comment.