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 3 months ago
string-interpolationstrings
21.85 score 726 stars 14k dependents 57k scripts 1.5M downloadsreadr - 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 5 months ago
csvfwfparsingcpp
21.23 score 1.0k stars 2.0k dependents 101k scripts 950k downloadsreadxl - 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 4 months ago
excelspreadsheetxlsxlsxcpp
20.44 score 731 stars 776 dependents 145k scripts 1.0M downloadsdevtools - Tools to Make Developing R Packages Easier
Collection of package development tools.
Last updated 3 months ago
package-creation
20.42 score 2.4k stars 146 dependents 51k scripts 1.7M downloadsvroom - 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 4 months ago
csvcsv-parserfixed-width-texttsvtsv-parsercpp
17.83 score 623 stars 2.0k dependents 5.1k scripts 736k downloadsusethis - 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 30 days ago
githubsetup
17.56 score 865 stars 328 dependents 5.2k scripts 190k downloadsreprex - 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 4 months ago
githubreproducibilityrmarkdownstackoverflow
15.69 score 742 stars 124 dependents 502 scripts 565k downloadsgoogledrive - An Interface to Google Drive
Manage Google Drive files from R.
Last updated 5 months ago
google-drive
14.98 score 324 stars 159 dependents 2.2k scripts 566k 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.90 score 113 stars 192 dependents 266 scripts 641k downloadsgooglesheets4 - 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 5 months ago
google-drivegoogle-sheetsspreadsheet
14.59 score 361 stars 141 dependents 7.1k scripts 590k 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.83 score 51 stars 806 dependents 80 scripts 683k 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 2 months ago
12.52 score 289 stars 8 dependents 9.5k scripts 25k 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.35 score 229 stars 1 dependents 276 scripts 60k 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
8.04 score 136 stars 600 scripts 6.7k downloads