5.5 Resources

Here are some pointers on tibbles and related data tables:

5.5.1 Help on tibbles

For more details on tibbles and the tibble package (Müller & Wickham, 2020):

Essential **tibble** commands on the back of the [RStudio cheatsheet](https://www.rstudio.com/resources/cheatsheets/) on **Data Import**.

Figure 5.3: Essential tibble commands on the back of the RStudio cheatsheet on Data Import.

  • Another way of creating tibbles is by importing data files in various formats (e.g., with the read_csv() or read_delim() functions). The readr package (Wickham, Hester, & Bryan, 2022) will be covered in the next chapter on Importing data (Chapter 6).

5.5.2 Miscellaneous

Alternative tools

  • See the data.table package and its homepage for an alternative extension of the base R data.frame.

  • See the R package datapasta and its vignette for a clipboard-based solution for cut-and-pasting data into RStudio.

Blogs etc.


ds4psy

[05_tibbles.Rmd updated on 2022-07-15 18:31:56 by hn.]

References

Müller, K., & Wickham, H. (2020). tibble: Simple data frames. Retrieved from https://CRAN.R-project.org/package=tibble
Wickham, H., & Grolemund, G. (2017). R for data science: Import, tidy, transform, visualize, and model data. Retrieved from http://r4ds.had.co.nz
Wickham, H., Hester, J., & Bryan, J. (2022). Readr: Read rectangular text data. Retrieved from https://CRAN.R-project.org/package=readr