
tidytuesdayR - Access the Weekly 'TidyTuesday' Project Dataset
'TidyTuesday' is a project by the 'Data Science Learning Community' in which they post a weekly dataset in a public data repository (<https://github.com/rfordatascience/tidytuesday>) for people to analyze and visualize. This package provides the tools to easily download this data and the description of the source.
Last updated
10.01 score 80 stars 5.7k scripts 2.3k downloadstibblify - Rectangle Nested Lists
A tool to rectangle a nested list, that is to convert it into a 'tibble'. This is done automatically or according to a given specification. A common use case is for nested lists coming from parsing 'JSON' files, or the 'JSON' responses of 'REST' 'APIs'. 'Rectangling' uses the 'vctrs' package, and therefore offers a wide support of vector types.
Last updated
cpp
9.50 score 74 stars 3 dependents 60 scripts 790 downloadsstbl - Stabilize Function Arguments
A set of consistent, opinionated functions to quickly check function arguments, coerce them to the desired configuration, or deliver informative error messages when that is not possible.
Last updated
7.94 score 17 stars 10 dependents 2 scripts 1.8k downloadsstbl - Stabilize Function Arguments
A set of consistent, opinionated functions to quickly check function arguments, coerce them to the desired configuration, or deliver informative error messages when that is not possible.
Last updated
7.94 score 17 stars 10 dependents 2 scripts 1.8k downloadsfactory - Build Function Factories
Function factories are functions that make functions. They can be confusing to construct. Straightforward techniques can produce functions that are fragile or hard to understand. While more robust techniques exist to construct function factories, those techniques can be confusing. This package is designed to make it easier to construct function factories.
Last updated
function-factory
6.81 score 48 stars 68 scripts 202 downloadscookies - Use Browser Cookies with 'shiny'
Browser cookies are name-value pairs that are saved in a user's browser by a website. Cookies allow websites to persist information about the user and their use of the website. Here we provide tools for working with cookies in 'shiny' apps, in part by wrapping the 'js-cookie' JavaScript library <https://github.com/js-cookie/js-cookie>.
Last updated
5.98 score 38 stars 2 dependents 42 scripts 421 downloadscookies - Use Browser Cookies with 'shiny'
Browser cookies are name-value pairs that are saved in a user's browser by a website. Cookies allow websites to persist information about the user and their use of the website. Here we provide tools for working with cookies in 'shiny' apps, in part by wrapping the 'js-cookie' JavaScript library <https://github.com/js-cookie/js-cookie>.
Last updated
5.98 score 38 stars 2 dependents 42 scripts 421 downloadsnectar - A Framework for Web API Packages
An opinionated framework for use within api-wrapping R packages.
Last updated
5.86 score 16 stars 3 dependents 3 scriptsnectar - A Framework for Web API Packages
An opinionated framework for use within api-wrapping R packages.
Last updated
5.86 score 16 stars 3 dependents 3 scriptsscenes - Switch Between Alternative 'shiny' UIs
Sometimes it is useful to serve up alternative 'shiny' UIs depending on information passed in the request object, such as the value of a cookie or a query parameter. This packages facilitates such switches.
Last updated
5.48 score 16 stars 19 scripts 211 downloadsscenes - Switch Between Alternative 'shiny' UIs
Sometimes it is useful to serve up alternative 'shiny' UIs depending on information passed in the request object, such as the value of a cookie or a query parameter. This packages facilitates such switches.
Last updated
5.46 score 16 stars 18 scripts 152 downloadsbeekeeper - Rapidly Scaffold API Client Packages
Automatically generate R package skeletons from 'application programming interfaces (APIs)' that follow the 'OpenAPI Specification (OAS)'. The skeletons implement best practices to streamline package development.
Last updated
5.08 score 60 stars 2 scriptsmorphemepiece - Morpheme Tokenization
Tokenize text into morphemes. The morphemepiece algorithm uses a lookup table to determine the morpheme breakdown of words, and falls back on a modified wordpiece tokenization algorithm for words not found in the lookup table.
Last updated
5.04 score 11 stars 9 scripts 243 downloadsaws.lambda - AWS Lambda Client Package
A simple client package for the Amazon Web Services ('AWS') Lambda API <https://aws.amazon.com/lambda/>.
Last updated
awsaws-lambdacloudyrlambda
4.97 score 31 stars 5 scripts 273 downloadsaws.lambda - AWS Lambda Client Package
A simple client package for the Amazon Web Services ('AWS') Lambda API <https://aws.amazon.com/lambda/>.
Last updated
awsaws-lambdacloudyrlambda
4.97 score 31 stars 5 scripts 273 downloadstorchtransformers - Transformer Models in Torch
Work with transformer models in R using torch.
Last updated
4.94 score 29 stars 8 scriptsdlr - Download and Cache Files Safely
The goal of dlr is to provide a friendly wrapper around the common pattern of downloading a file if that file does not already exist locally.
Last updated
4.48 score 2 dependents 4 scripts 317 downloadsdlr - Download and Cache Files Safely
The goal of dlr is to provide a friendly wrapper around the common pattern of downloading a file if that file does not already exist locally.
Last updated
4.48 score 2 dependents 4 scripts 320 downloadsshinyslack - Integrate Slack and Shiny
Login to Shiny apps using Slack, and use Slack information in those apps.
Last updated
rshiny
3.90 score 16 stars 2 scriptsrapid - R 'API' Descriptions
Convert an 'API' description ('APID'), such as one that follows the 'OpenAPI Specification', to an R 'API' description object (a "rapid"). The rapid object follows the 'OpenAPI Specification' to make it easy to convert to and from 'API' documents.
Last updated
3.77 score 9 stars 1 dependents 11 scriptspiecemaker - Tools for Preparing Text for Tokenizers
Tokenizers break text into pieces that are more usable by machine learning models. Many tokenizers share some preparation steps. This package provides those shared steps, along with a simple tokenizer.
Last updated
3.48 score 2 dependents 6 scripts 282 downloadspiecemaker - Tools for Preparing Text for Tokenizers
Tokenizers break text into pieces that are more usable by machine learning models. Many tokenizers share some preparation steps. This package provides those shared steps, along with a simple tokenizer.
Last updated
3.48 score 2 dependents 7 scripts 278 downloadsfavawesome - 'Font Awesome' Icons as 'shiny' 'favicons'
Easily use 'Font Awesome' icons as 'shiny' 'favicons' (the icons that appear on browser tabs). 'Font Awesome' (<https://fontawesome.com/>) is a popular set of icons that can be used in web pages. 'favawesome' provides a simple way to use these icons as 'favicons' in 'shiny' applications and other HTML pages.
Last updated
3.30 score 4 stars 536 downloadsfavawesome - 'Font Awesome' Icons as 'shiny' 'favicons'
Easily use 'Font Awesome' icons as 'shiny' 'favicons' (the icons that appear on browser tabs). 'Font Awesome' (<https://fontawesome.com/>) is a popular set of icons that can be used in web pages. 'favawesome' provides a simple way to use these icons as 'favicons' in 'shiny' applications and other HTML pages.
Last updated
3.30 score 4 stars 594 downloadsmorphemepiece.data - Data for Morpheme Tokenization
Provides data about morphemes, the smallest units of meaning in a language.
Last updated
3.18 score 1 stars 1 dependents 2 scripts 262 downloadsmorphemepiece.data - Data for Morpheme Tokenization
Provides data about morphemes, the smallest units of meaning in a language.
Last updated
3.18 score 1 stars 1 dependents 2 scripts 265 downloadswordpiece.data - Data for Wordpiece-Style Tokenization
Provides data to be used by the wordpiece algorithm in order to tokenize text into somewhat meaningful chunks. Included vocabularies were retrieved from <https://huggingface.co/bert-base-cased/resolve/main/vocab.txt> and <https://huggingface.co/bert-base-uncased/resolve/main/vocab.txt> and parsed into an R-friendly format.
Last updated
3.18 score 1 dependents 5 scripts 251 downloadswordpiece.data - Data for Wordpiece-Style Tokenization
Provides data to be used by the wordpiece algorithm in order to tokenize text into somewhat meaningful chunks. Included vocabularies were retrieved from <https://huggingface.co/bert-base-cased/resolve/main/vocab.txt> and <https://huggingface.co/bert-base-uncased/resolve/main/vocab.txt> and parsed into an R-friendly format.
Last updated
3.18 score 1 dependents 5 scripts 256 downloadshrmn - Harmonize Datasets
A common early step during data analysis is "data harmonization" -- converting disparate datasets into a unified, consistent format, with consistent column names, classes, and values. The goal of 'hrmn' is to make this process as easy as it can be.
Last updated
2.88 score 3 stars 1 scriptshrmn - Harmonize Datasets
A common early step during data analysis is "data harmonization" -- converting disparate datasets into a unified, consistent format, with consistent column names, classes, and values. The goal of 'hrmn' is to make this process as easy as it can be.
Last updated
2.88 score 3 stars 1 scriptsanyapi - Quickly Access Hundreds of 'APIs'
Tools to interactively query hundreds of web 'APIs', with documentation.
Last updated
2.30 score 4 starszoomer - Zoom API in R
A consistent interface to the Zoom API, to allow management of Zoom conferencing from R.
Last updated
2.18 score 3 starsyoutubeR - An Interface to the YouTube API
Manage YouTube videos from R.
Last updated
2.18 score 3 stars 10 scriptsrli - Access the LinkedIn API
A consistent interface to the LinkedIn API.
Last updated
2.18 score 3 starstrellor - 'Trello' 'API'
A client to access the 'Trello' 'API'.
Last updated
2.10 score 1 stars 25 scriptsshinysocial - Social Media Modules for 'shiny'
Standardized, clean modules for collecting, displaying, and using social media information in 'shiny' apps.
Last updated
2.00 score 2 stars 1 scriptstableguess - Find Tables in Plain Text
The goal of tableguess is to automatically extract table-like objects out of plain text files.
Last updated
1.70 score 4 scripts