colearendt / tidyjson

Tidy your JSON data in R with tidyjson
Other
184 stars 15 forks source link

Use \code and \link in documentation #42

Closed jeremystan closed 8 years ago

jeremystan commented 8 years ago

E.g., from purrr https://github.com/hadley/purrr/blob/master/R/along.R

#' These functions take the idea of \code{\link{seq_along}} and generalise
#' it to creating lists (\code{list_along}) and repeating values
#' (\code{rep_along}).
jeremystan commented 8 years ago

Also use @seealso And review http://r-pkgs.had.co.nz/man.html

jeremystan commented 8 years ago

Also improve the examples.