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 2 months ago
string-interpolationstrings
21.96 score 726 stars 14k packages 58k scripts 1.7M 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 3 months ago
excelspreadsheetxlsxlsx
20.42 score 731 stars 775 packages 125k scripts 1.1M 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 4 months ago
csvfwfparsing
20.26 score 1.0k stars 1.9k packages 115k scripts 930k downloadsdevtools - Tools to Make Developing R Packages Easier
Collection of package development tools.
Last updated 2 months ago
package-creation
20.05 score 2.4k stars 143 packages 50k scripts 730k 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 3 months ago
csvcsv-parserfixed-width-texttsvtsv-parser
18.29 score 621 stars 2.0k packages 4.7k scripts 787k 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 1 days ago
githubsetup
17.56 score 864 stars 328 packages 5.3k scripts 194k 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 2 months ago
githubreproducibilityrmarkdownstackoverflow
15.84 score 741 stars 125 packages 502 scripts 564k downloadsgoogledrive - An Interface to Google Drive
Manage Google Drive files from R.
Last updated 4 months ago
google-drive
15.31 score 322 stars 160 packages 2.2k scripts 612k 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.89 score 113 stars 190 packages 270 scripts 624k 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 4 months ago
google-drivegoogle-sheetsspreadsheet
14.86 score 359 stars 140 packages 6.7k scripts 605k 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.85 score 51 stars 797 packages 80 scripts 724k 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 1 months ago
12.61 score 286 stars 8 packages 9.5k scripts 32k 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.22 score 229 stars 1 packages 280 scripts 44k 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.06 score 136 stars 612 scripts 6.9k downloads