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

Found 17 packages in 0.01 seconds

botor — by Gergely Daróczi, a year ago

'AWS Python SDK' ('boto3') for R

Fork-safe, raw access to the 'Amazon Web Services' ('AWS') 'SDK' via the 'boto3' 'Python' module, and convenient helper functions to query the 'Simple Storage Service' ('S3') and 'Key Management Service' ('KMS'), partial support for 'IAM', the 'Systems Manager Parameter Store' and 'Secrets Manager'.

fbRads — by Gergely Daroczi, 2 years ago

Analyzing and Managing Facebook Ads from R

Wrapper functions around the Facebook Marketing 'API' to create, read, update and delete custom audiences, images, campaigns, ad sets, ads and related content.

migration.indices — by Gergely Daróczi, 4 years ago

Migration Indices

Calculate various indices, like Crude Migration Rate, different Gini indices or the Coefficient of Variation among others, to show the (un)equality of migration.

AWR.Athena — by Neal Fultz, 7 years ago

'AWS' Athena 'DBI' Wrapper

'RJDBC' based 'DBI' driver to Amazon Athena, which is an interactive query service to analyze data in Amazon 'S3' using standard 'SQL'.

Quandl — by Dave Dotson, 4 years ago

API Wrapper for Quandl.com

Functions for interacting directly with the Quandl API to offer data in a number of formats usable in R, downloading a zip with all data from a Quandl database, and the ability to search. This R package uses the Quandl API. For more information go to < https://docs.quandl.com>. For more help on the package itself go to < https://www.quandl.com/tools/r>.

nasapower — by Adam H. Sparks, 8 months ago

NASA POWER API Client

An API client for NASA POWER global meteorology, surface solar energy and climatology data API. POWER (Prediction Of Worldwide Energy Resources) data are freely available for download with varying spatial resolutions dependent on the original data and with several temporal resolutions depending on the POWER parameter and community. This work is funded through the NASA Earth Science Directorate Applied Science Program. For more on the data themselves, the methodologies used in creating, a web-based data viewer and web access, please see < https://power.larc.nasa.gov/>.

installr — by Tal Galili, 3 years ago

Using R to Install Stuff on Windows OS (Such As: R, 'Rtools', 'RStudio', 'Git', and More!)

R is great for installing software. Through the 'installr' package you can automate the updating of R (on Windows, using updateR()) and install new software. Software installation is initiated through a GUI (just run installr()), or through functions such as: install.Rtools(), install.pandoc(), install.git(), and many more. The updateR() command performs the following: finding the latest R version, downloading it, running the installer, deleting the installation file, copy and updating old packages to the new R installation.