File: tibble.md

package info (click to toggle)
r-cran-usethis 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,228 kB
  • sloc: sh: 26; makefile: 17; cpp: 6; ansic: 3
file content (10 lines) | stat: -rw-r--r-- 329 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# use_tibble() Imports tibble and imports tibble::tibble()

    Code
      use_tibble()
    Message
      v Adding tibble to 'Imports' field in DESCRIPTION.
      v Adding "@importFrom tibble tibble" to 'R/{TESTPKG}-package.R'.
      [ ] Document a returned tibble like so:
        #' @return a [tibble][tibble::tibble-package]