gutenbergr - Download and Process Public Domain Works from Project Gutenberg
Download and process public domain works in the Project Gutenberg collection <https://www.gutenberg.org/>. Includes metadata for all Project Gutenberg works, so that they can be searched and retrieved.
Last updated 3 months ago
peer-reviewed
10.50 score 105 stars 1 dependents 1.1k scripts 2.4k downloads
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 8 days ago
10.13 score 77 stars 3.0k scripts 2.1k 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 5 years ago
function-factory
6.80 score 49 stars 64 scripts 145 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 months ago
5.71 score 33 stars 2 dependents 26 scripts 577 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 5 months ago
5.58 score 14 stars 6 dependents 1 scripts 146 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 6 months ago
5.42 score 53 stars 2 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 months ago
5.41 score 16 stars 16 scripts 177 downloadsmorphemepiece - 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 3 years ago
5.04 score 11 stars 8 scripts 235 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 5 years ago
awsaws-lambdacloudyrlambda
4.98 score 32 stars 5 scripts 348 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 5 years ago
awsaws-lambdacloudyrlambda
4.97 score 31 stars 5 scripts 356 downloadstorchtransformers - Transformer Models in Torch
Work with transformer models in R using torch.
Last updated 2 years ago
4.92 score 28 stars 8 scriptscookies - 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 months ago
4.71 score 33 stars 2 dependents 26 scripts 577 downloadsnectar - A Framework for Web API Packages
An opinionated framework for use within api-wrapping R packages.
Last updated 2 months ago
4.70 score 14 stars 4 dependents 1 scriptswordpiece - R Implementation of Wordpiece Tokenization
Apply 'Wordpiece' (<arXiv:1609.08144>) tokenization to input text, given an appropriate vocabulary. The 'BERT' (<arXiv:1810.04805>) tokenization conventions are used by default.
Last updated 3 years ago
4.60 score 8 stars 7 scripts 315 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 3 years ago
4.48 score 1 stars 2 dependents 4 scripts 396 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 3 years ago
4.48 score 1 stars 2 dependents 4 scripts 367 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 months ago
4.41 score 16 stars 16 scripts 177 downloadsrapid - 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 4 months ago
4.28 score 9 stars 2 dependents 10 scriptsshinyslack - Integrate Slack and Shiny
Login to Shiny apps using Slack, and use Slack information in those apps.
Last updated 1 years ago
rshiny
3.88 score 15 stars 2 scriptsfavawesome - '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 5 months ago
3.78 score 4 stars 585 downloadstidybert - Tidy BERT-like Models
Implements BERT-like NLP models with a consistent interface for fitting and creating predictions. The models are fully compatible with the tidymodels framework.
Last updated 2 years ago
3.02 score 21 stars 4 scriptszoomer - Zoom API in R
A consistent interface to the Zoom API, to allow management of Zoom conferencing from R.
Last updated 2 months ago
2.60 score 4 starsyoutubeR - An Interface to the YouTube API
Manage YouTube videos from R.
Last updated 2 months ago
2.48 score 3 stars 10 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 2 years ago
3.48 score 2 dependents 6 scripts 337 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 2 years ago
3.48 score 2 dependents 6 scripts 322 downloadsmorphemepiece.data - Data for Morpheme Tokenization
Provides data about morphemes, the smallest units of meaning in a language.
Last updated 3 years ago
3.18 score 1 stars 1 dependents 2 scripts 194 downloadsmorphemepiece.data - Data for Morpheme Tokenization
Provides data about morphemes, the smallest units of meaning in a language.
Last updated 3 years ago
3.18 score 1 stars 1 dependents 2 scripts 194 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 years ago
3.18 score 1 dependents 5 scripts 329 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 years ago
3.18 score 1 dependents 5 scripts 277 downloadsanyapi - Quickly Access Hundreds of 'APIs'
Tools to interactively query hundreds of web 'APIs', with documentation.
Last updated 1 years ago
2.30 score 4 stars 1 scriptsrli - Access the LinkedIn API
A consistent interface to the LinkedIn API.
Last updated 2 years ago
2.18 score 3 starstrellor - 'Trello' 'API'
A client to access the 'Trello' 'API'.
Last updated 1 years ago
2.08 score 1 stars 24 scriptstableguess - Find Tables in Plain Text
The goal of tableguess is to automatically extract table-like objects out of plain text files.
Last updated 2 years ago
1.70 score 3 scriptsasanar - 'Asana' 'API'
Client to access the 'Asana' 'API'.
Last updated 2 years ago
1.70 score 1 stars 1 scripts