Skip to content

Commit

Permalink
update the ?visdat page
Browse files Browse the repository at this point in the history
  • Loading branch information
njtierney committed May 10, 2017
1 parent 822cc87 commit 106e24a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
8 changes: 6 additions & 2 deletions R/visdat-package.r
@@ -1,7 +1,10 @@
#' visdat
#'
#' visdat is a package that helps with the preliminary visualisation of data. visdat makes it easy to visualise your whole dataset so that you can visually identify problems. It's main functions are:

#' visdat is a package that helps with the preliminary visualisation of data. visdat makes it easy to visualise your whole dataset so that you can visually identify problems.
#'
#' @seealso
#'
#' It's main functions are:
#' \itemize{
#' \item [vis_dat()]
#' \item [vis_miss()]
Expand All @@ -10,6 +13,7 @@
#' \item [vis_miss_ly()]
#' }
#'
#' To learn more about visdat, see the vignette at \url{www.njtierney.com/visdat/articles/using_visdat.html}
#' @name visdat
#' @docType package
#' @importFrom magrittr %>%
Expand Down
7 changes: 6 additions & 1 deletion man/visdat.Rd

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

0 comments on commit 106e24a

Please sign in to comment.