![](https://github.com/tidyverse/glue/raw/HEAD/man/figures/logo.png)
glue - Interpreted String Literals
An implementation of interpreted string literals, inspired by Python's Literal String Interpolation <https://www.python.org/dev/peps/pep-0498/> and Docstrings <https://www.python.org/dev/peps/pep-0257/> and Julia's Triple-Quoted String Literals <https://docs.julialang.org/en/v1.3/manual/strings/#Triple-Quoted-String-Literals-1>.
Last updated 5 months ago
string-interpolationstrings
21.71 score 728 stars 14k dependents 57k scripts 1.3M downloads![](https://github.com/tidyverse/readr/raw/HEAD/man/figures/logo.png)
readr - Read Rectangular Text Data
The goal of 'readr' is to provide a fast and friendly way to read rectangular data (like 'csv', 'tsv', and 'fwf'). It is designed to flexibly parse many types of data found in the wild, while still cleanly failing when data unexpectedly changes.
Last updated 7 months ago
csvfwfparsingcpp
20.92 score 1.0k stars 2.0k dependents 122k scripts 752k downloads![](https://github.com/tidyverse/readxl/raw/HEAD/man/figures/logo.png)
readxl - Read Excel Files
Import excel files into R. Supports '.xls' via the embedded 'libxls' C library <https://github.com/libxls/libxls> and '.xlsx' via the embedded 'RapidXML' C++ library <https://rapidxml.sourceforge.net/>. Works on Windows, Mac and Linux without external dependencies.
Last updated 7 days ago
excelspreadsheetxlsxlsxcpp
20.61 score 734 stars 803 dependents 165k scripts 920k downloads![](https://github.com/r-lib/devtools/raw/HEAD/man/figures/logo.png)
devtools - Tools to Make Developing R Packages Easier
Collection of package development tools.
Last updated 5 months ago
package-creation
19.61 score 2.4k stars 147 dependents 51k scripts 251k downloads![](https://github.com/tidyverse/vroom/raw/HEAD/man/figures/logo.png)
vroom - Read and Write Rectangular Text Data Quickly
The goal of 'vroom' is to read and write data (like 'csv', 'tsv' and 'fwf') quickly. When reading it uses a quick initial indexing step, then reads the values lazily , so only the data you actually use needs to be read. The writer formats the data in parallel and writes to disk asynchronously from formatting.
Last updated 6 months ago
csvcsv-parserfixed-width-texttsvtsv-parsercpp
17.78 score 625 stars 2.1k dependents 4.5k scripts 725k downloads![](https://github.com/r-lib/usethis/raw/HEAD/man/figures/logo.png)
usethis - Automate Package and Project Setup
Automate package and project setup tasks that are otherwise performed manually. This includes setting up unit testing, test coverage, continuous integration, Git, 'GitHub', licenses, 'Rcpp', 'RStudio' projects, and more.
Last updated 27 days ago
githubsetup
17.46 score 868 stars 328 dependents 5.5k scripts 148k downloads![](https://github.com/tidyverse/reprex/raw/HEAD/man/figures/logo.png)
reprex - Prepare Reproducible Example Code via the Clipboard
Convenience wrapper that uses the 'rmarkdown' package to render small snippets of code to target formats that include both code and output. The goal is to encourage the sharing of small, reproducible, and runnable examples on code-oriented websites, such as <https://stackoverflow.com> and <https://github.com>, or in email. The user's clipboard is the default source of input code and the default target for rendered output. 'reprex' also extracts clean, runnable R code from various common formats, such as copy/paste from an R session.
Last updated 5 months ago
githubreproducibilityrmarkdownstackoverflow
15.55 score 742 stars 127 dependents 498 scripts 509k downloads![](https://github.com/tidyverse/googledrive/raw/HEAD/man/figures/logo.png)
googledrive - An Interface to Google Drive
Manage Google Drive files from R.
Last updated 7 months ago
google-drive
14.94 score 327 stars 163 dependents 2.1k scripts 518k downloadsgargle - Utilities for Working with Google APIs
Provides utilities for working with Google APIs <https://developers.google.com/apis-explorer>. This includes functions and classes for handling common credential types and for preparing, executing, and processing HTTP requests.
Last updated 1 years ago
authenticationgoogle
14.84 score 113 stars 189 dependents 272 scripts 550k downloads![](https://github.com/tidyverse/googlesheets4/raw/HEAD/man/figures/logo.png)
googlesheets4 - Access Google Sheets using the Sheets API V4
Interact with Google Sheets through the Sheets API v4 <https://developers.google.com/sheets/api>. "API" is an acronym for "application programming interface"; the Sheets API allows users to interact with Google Sheets programmatically, instead of via a web browser. The "v4" refers to the fact that the Sheets API is currently at version 4. This package can read and write both the metadata and the cell data in a Sheet.
Last updated 7 months ago
google-drivegoogle-sheetsspreadsheet
14.48 score 363 stars 140 dependents 7.0k scripts 478k downloadscellranger - Translate Spreadsheet Cell Ranges to Rows and Columns
Helper functions to work with spreadsheets and the "A1:D10" style of cell range specification.
Last updated 7 years ago
13.79 score 51 stars 829 dependents 80 scripts 607k downloadsgapminder - Data from Gapminder
An excerpt of the data available at Gapminder.org. For each of 142 countries, the package provides values for life expectancy, GDP per capita, and population, every five years, from 1952 to 2007.
Last updated 4 months ago
12.64 score 294 stars 8 dependents 10k scripts 31k downloadsgmailr - Access the 'Gmail' 'RESTful' API
An interface to the 'Gmail' 'RESTful' API. Allows access to your 'Gmail' messages, threads, drafts and labels.
Last updated 1 years ago
11.45 score 230 stars 1 dependents 276 scripts 76k downloadsrepurrrsive - Examples of Recursive Lists and Nested or Split Data Frames
Recursive lists in the form of R objects, 'JSON', and 'XML', for use in teaching and examples. Examples include color palettes, Game of Thrones characters, 'GitHub' users and repositories, music collections, and entities from the Star Wars universe. Data from the 'gapminder' package is also included, as a simple data frame and in nested and split forms.
Last updated 2 years ago
datajsonxml
7.90 score 135 stars 612 scripts 4.8k downloads