Examples: visualization, C++, networks, data cleaning, html widgets, ropensci.

Found 135 packages in 0.01 seconds

vroom — by Jennifer Bryan, a year ago

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.

googledrive — by Jennifer Bryan, 2 years ago

An Interface to Google Drive

Manage Google Drive files from R.

googlesheets4 — by Jennifer Bryan, 2 years ago

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.

gh — by Gábor Csárdi, a year ago

'GitHub' 'API'

Minimal client to access the 'GitHub' 'API'.

cellranger — by Jennifer Bryan, 9 years ago

Translate Spreadsheet Cell Ranges to Rows and Columns

Helper functions to work with spreadsheets and the "A1:D10" style of cell range specification.

gargle — by Jennifer Bryan, 2 years ago

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.

knitr — by Yihui Xie, a month ago

A General-Purpose Package for Dynamic Report Generation in R

Provides a general-purpose tool for dynamic report generation in R using Literate Programming techniques.

gert — by Jeroen Ooms, a month ago

Simple Git Client for R

Simple git client for R based on 'libgit2' < https://libgit2.org> with support for SSH and HTTPS remotes. All functions in 'gert' use basic R data types (such as vectors and data-frames) for their arguments and return values. User credentials are shared with command line 'git' through the git-credential store and ssh keys stored on disk or ssh-agent.

fuzzyjoin — by David Robinson, 5 years ago

Join Tables Together on Inexact Matching

Join tables together based not on whether columns match exactly, but whether they are similar by some comparison. Implementations include string distance and regular expression matching.

reticulate — by Tomasz Kalinowski, a month ago

Interface to 'Python'

Interface to 'Python' modules, classes, and functions. When calling into 'Python', R data types are automatically converted to their equivalent 'Python' types. When values are returned from 'Python' to R they are converted back to R types. Compatible with all versions of 'Python' >= 2.7.