Skip to content

Commit

Permalink
add link
Browse files Browse the repository at this point in the history
- Link to the package documentation from the `tibble` help page (#20).
  • Loading branch information
Kirill Müller committed May 26, 2016
1 parent 19235d2 commit aa7a810
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/frame-data.R
Expand Up @@ -2,7 +2,7 @@
#'
#' Create \code{\link{data_frame}}s laying out the data in rows, rather than
#' in columns. This is useful for small tables of data where readability is
#' important.
#' important. Please see \link{tibble-package} for a general introduction.
#'
#' @param ... Arguments specifying the structure of a \code{data_frame}.
#' Variable names should be formulas, and may only appear before the data.
Expand Down
2 changes: 1 addition & 1 deletion man/frame_data.Rd

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

0 comments on commit aa7a810

Please sign in to comment.