Showing 37 of total 37 results (show query)
azure
Microsoft365R:Interface to the 'Microsoft 365' Suite of Cloud Services
An interface to the 'Microsoft 365' (formerly known as 'Office 365') suite of cloud services, building on the framework supplied by the 'AzureGraph' package. Enables access from R to data stored in 'Teams', 'SharePoint Online' and 'OneDrive', including the ability to list drive folder contents, upload and download files, send messages, and retrieve data lists. Also provides a full-featured 'Outlook' email client, with the ability to send emails and manage emails and mail folders.
Maintained by Hong Ooi. Last updated 28 days ago.
azure-sdk-rmicrosoft-365microsoft-graph-apioffice-365onedriveonedrive-for-businesssharepoint-online
325 stars 11.14 score 88 scripts 7 dependentsazure
AzureStor:Storage Management in 'Azure'
Manage storage in Microsoft's 'Azure' cloud: <https://azure.microsoft.com/en-us/product-categories/storage/>. On the admin side, 'AzureStor' includes features to create, modify and delete storage accounts. On the client side, it includes an interface to blob storage, file storage, and 'Azure Data Lake Storage Gen2': upload and download files and blobs; list containers and files/blobs; create containers; and so on. Authenticated access to storage is supported, via either a shared access key or a shared access signature (SAS). Part of the 'AzureR' family of packages.
Maintained by Hong Ooi. Last updated 2 years ago.
azure-data-lakeazure-sdk-razure-storageazure-storage-blobazure-storage-file
65 stars 10.74 score 298 scripts 4 dependentsazure
AzureAuth:Authentication Services for Azure Active Directory
Provides Azure Active Directory (AAD) authentication functionality for R users of Microsoft's 'Azure' cloud <https://azure.microsoft.com/>. Use this package to obtain 'OAuth' 2.0 tokens for services including Azure Resource Manager, Azure Storage and others. It supports both AAD v1.0 and v2.0, as well as multiple authentication methods, including device code and resource owner grant. Tokens are cached in a user-specific directory obtained using the 'rappdirs' package. The interface is based on the 'OAuth' framework in the 'httr' package, but customised and streamlined for Azure. Part of the 'AzureR' family of packages.
Maintained by Hong Ooi. Last updated 3 years ago.
azureazure-active-directoryazure-sdk-roauth2
44 stars 10.42 score 57 scripts 23 dependentsazure
AzureGraph:Simple Interface to 'Microsoft Graph'
A simple interface to the 'Microsoft Graph' API <https://learn.microsoft.com/en-us/graph/overview>. 'Graph' is a comprehensive framework for accessing data in various online Microsoft services. This package was originally intended to provide an R interface only to the 'Azure Active Directory' part, with a view to supporting interoperability of R and 'Azure': users, groups, registered apps and service principals. However it has since been expanded into a more general tool for interacting with Graph. Part of the 'AzureR' family of packages.
Maintained by Hong Ooi. Last updated 2 years ago.
azure-active-directory-graph-apiazure-sdk-rmicrosoft-graph-api
32 stars 10.30 score 36 scripts 21 dependentsazure
AzureRMR:Interface to 'Azure Resource Manager'
A lightweight but powerful R interface to the 'Azure Resource Manager' REST API. The package exposes a comprehensive class framework and related tools for creating, updating and deleting 'Azure' resource groups, resources and templates. While 'AzureRMR' can be used to manage any 'Azure' service, it can also be extended by other packages to provide extra functionality for specific services. Part of the 'AzureR' family of packages.
Maintained by Hong Ooi. Last updated 2 years ago.
azureazure-resource-managerazure-sdk-rcloud
20 stars 9.94 score 51 scripts 12 dependentsr-box
boxr:Interface for the 'Box.com API'
An R interface for the remote file hosting service 'Box' (<https://www.box.com/>). In addition to uploading and downloading files, this package includes functions which mirror base R operations for local files, (e.g. box_load(), box_save(), box_read(), box_setwd(), etc.), as well as 'git' style functions for entire directories (e.g. box_fetch(), box_push()).
Maintained by Ian Lyttle. Last updated 12 months ago.
63 stars 8.65 score 238 scriptstychobra
polished:Authentication and Hosting for 'shiny' Apps
Authentication, user administration, hosting, and additional infrastructure for 'shiny' apps. See <https://polished.tech> for additional documentation and examples.
Maintained by Andy Merlino. Last updated 9 days ago.
233 stars 8.09 score 75 scriptsbenrwoodard
adobeanalyticsr:R Client for 'Adobe Analytics' API 2.0
Connect to the 'Adobe Analytics' API v2.0 <https://github.com/AdobeDocs/analytics-2.0-apis> which powers 'Analysis Workspace'. The package was developed with the analyst in mind, and it will continue to be developed with the guiding principles of iterative, repeatable, timely analysis.
Maintained by Ben Woodard. Last updated 2 months ago.
18 stars 7.02 score 39 scriptsjohncoene
firebase:Integrates 'Google Firebase' Authentication Storage, and 'Analytics' with 'Shiny'
Authenticate users in 'Shiny' applications using 'Google Firebase' with any of the many methods provided; email and password, email link, or using a third-party provider such as 'Github', 'Twitter', or 'Google'. Use 'Firebase Storage' to store files securely, and leverage 'Firebase Analytics' to easily log events and better understand your audience.
Maintained by David Munoz Tord. Last updated 1 years ago.
168 stars 6.87 score 74 scripts 1 dependentsixpantia
tapLock:Seamless Single Sign-on for 'shiny'
Swift and seamless Single Sign-On (SSO) integration. Designed for effortless compatibility with popular Single Sign-On providers like Google and Microsoft, it streamlines authentication, enhancing both user experience and application security. Elevate your 'shiny' applications for a simplified, unified, and secure authentication process.
Maintained by Andres Quintero. Last updated 5 months ago.
30 stars 6.78 score 10 scriptsbioc
epiregulon:Gene regulatory network inference from single cell epigenomic data
Gene regulatory networks model the underlying gene regulation hierarchies that drive gene expression and observed phenotypes. Epiregulon infers TF activity in single cells by constructing a gene regulatory network (regulons). This is achieved through integration of scATAC-seq and scRNA-seq data and incorporation of public bulk TF ChIP-seq data. Links between regulatory elements and their target genes are established by computing correlations between chromatin accessibility and gene expressions.
Maintained by Xiaosai Yao. Last updated 19 days ago.
singlecellgeneregulationnetworkinferencenetworkgeneexpressiontranscriptiongenetargetcpp
14 stars 6.67 score 17 scriptsazure
AzureContainers:Interface to 'Container Instances', 'Docker Registry' and 'Kubernetes' in 'Azure'
An interface to container functionality in Microsoft's 'Azure' cloud: <https://azure.microsoft.com/en-us/product-categories/containers/>. Manage 'Azure Container Instance' (ACI), 'Azure Container Registry' (ACR) and 'Azure Kubernetes Service' (AKS) resources, push and pull images, and deploy services. On the client side, lightweight shells to the 'docker', 'docker-compose', 'kubectl' and 'helm' commandline tools are provided. Part of the 'AzureR' family of packages.
Maintained by Hong Ooi. Last updated 2 years ago.
azure-container-instancesazure-container-registryazure-kubernetes-serviceazure-sdk-rcontainerskubernetes
25 stars 6.45 score 57 scriptstntp
tntpr:Data Analysis Tools Customized for TNTP
An assortment of functions and templates customized to meet the needs of data analysts at the non-profit organization TNTP. Includes functions for branded colors and plots, credentials management, repository set-up, and other common analytic tasks.
Maintained by Dustin Pashouwer. Last updated 4 months ago.
7 stars 5.61 score 13 scriptsazure
AzureCognitive:Interface to Azure Cognitive Services
An interface to Azure Cognitive Services <https://docs.microsoft.com/en-us/azure/cognitive-services/>. Both an 'Azure Resource Manager' interface, for deploying Cognitive Services resources, and a client framework are supplied. While 'AzureCognitive' can be called by the end-user, it is meant to provide a foundation for other packages that will support specific services, like Computer Vision, Custom Vision, language translation, and so on. Part of the 'AzureR' family of packages.
Maintained by Hong Ooi. Last updated 4 years ago.
azure-cognitive-servicesazure-sdk-r
11 stars 5.52 score 4 scripts 1 dependentsarbuzovv
rusquant:Quantitative Trading Framework
Collection of functions to retrieve financial data from various sources, including brokerage and exchange platforms, financial websites, and data providers. Includes functions to retrieve account information, portfolio information, and place/cancel orders from different brokers. Additionally, allows users to download historical data such as earnings, dividends, stock splits.
Maintained by Vyacheslav Arbuzov. Last updated 10 months ago.
cryptocurrencydata-sciencedatasciencedatascrapingdatasetdatasourcedividendsearningsfinamfinanceinvestinginvesting-apiipoquantquantitative-financesplitsstockstrading
46 stars 5.51 score 47 scriptsazure
AzureKeyVault:Key and Secret Management in 'Azure'
Manage keys, certificates, secrets, and storage accounts in Microsoft's 'Key Vault' service: <https://azure.microsoft.com/services/key-vault/>. Provides facilities to store and retrieve secrets, use keys to encrypt, decrypt, sign and verify data, and manage certificates. Integrates with the 'AzureAuth' package to enable authentication with a certificate, and with the 'openssl' package for importing and exporting cryptographic objects. Part of the 'AzureR' family of packages.
Maintained by Hong Ooi. Last updated 2 years ago.
azureazure-key-vaultazure-sdk-rsecurity
16 stars 5.50 score 11 scriptshongooi73
SAR:Smart Adaptive Recommendations
'Smart Adaptive Recommendations' (SAR) is the name of a fast, scalable, adaptive algorithm for personalized recommendations based on user transactions and item descriptions. It produces easily explainable/interpretable recommendations and handles "cold item" and "semi-cold user" scenarios. This package provides two implementations of 'SAR': a standalone implementation, and an interface to a web service in Microsoft's 'Azure' cloud: <https://github.com/Microsoft/Product-Recommendations/blob/master/doc/sar.md>. The former allows fast and easy experimentation, and the latter provides robust scalability and extra features for production use.
Maintained by Hong Ooi. Last updated 4 years ago.
21 stars 5.32 score 20 scriptsazure
AzureKusto:Interface to 'Kusto'/'Azure Data Explorer'
An interface to 'Azure Data Explorer', also known as 'Kusto', a fast, distributed data exploration service from Microsoft: <https://azure.microsoft.com/en-us/products/data-explorer/>. Includes 'DBI' and 'dplyr' interfaces, with the latter modelled after the 'dbplyr' package, whereby queries are translated from R into the native 'KQL' query language and executed lazily. On the admin side, the package extends the object framework provided by 'AzureRMR' to support creation and deletion of databases, and management of database principals. Part of the 'AzureR' family of packages.
Maintained by Alex Kyllo. Last updated 1 years ago.
azureazure-data-explorerazure-sdk-rbig-data-analyticskusto
18 stars 5.11 score 9 scriptsazure
AzureVM:Virtual Machines in 'Azure'
Functionality for working with virtual machines (VMs) in Microsoft's 'Azure' cloud: <https://azure.microsoft.com/en-us/services/virtual-machines/>. Includes facilities to deploy, startup, shutdown, and cleanly delete VMs and VM clusters. Deployment configurations can be highly customised, and can make use of existing resources as well as creating new ones. A selection of predefined configurations is provided to allow easy deployment of commonly used Linux and Windows images, including Data Science Virtual Machines. With a running VM, execute scripts and install optional extensions. Part of the 'AzureR' family of packages.
Maintained by Hong Ooi. Last updated 2 years ago.
azureazure-sdk-razure-virtual-machinedata-science-virtual-machine
14 stars 5.05 score 16 scriptsazure
AzureVision:Interface to Azure Computer Vision Services
An interface to 'Azure Computer Vision' <https://docs.microsoft.com/azure/cognitive-services/Computer-vision/Home> and 'Azure Custom Vision' <https://docs.microsoft.com/azure/cognitive-services/custom-vision-service/home>, building on the low-level functionality provided by the 'AzureCognitive' package. These services allow users to leverage the cloud to carry out visual recognition tasks using advanced image processing models, without needing powerful hardware of their own. Part of the 'AzureR' family of packages.
Maintained by Hong Ooi. Last updated 4 years ago.
azure-cognitive-servicesazure-sdk-rcomputer-visioncustom-vision
5 stars 5.00 score 8 scriptsazure
AzureCosmosR:Interface to the 'Azure Cosmos DB' 'NoSQL' Database Service
An interface to 'Azure CosmosDB': <https://azure.microsoft.com/en-us/services/cosmos-db/>. On the admin side, 'AzureCosmosR' provides functionality to create and manage 'Cosmos DB' instances in Microsoft's 'Azure' cloud. On the client side, it provides an interface to the 'Cosmos DB' SQL API, letting the user store and query documents and attachments in 'Cosmos DB'. Part of the 'AzureR' family of packages.
Maintained by Hong Ooi. Last updated 4 years ago.
azure-cosmos-dbazure-sdk-rcosmos-dbnosql-database
6 stars 4.48 score 7 scriptsr-lib
ghapps:Authenticate as a 'GitHub' App
'GitHub' apps provide a powerful way to manage fine grained programmatic access to specific 'git' repositories, without having to create dummy users, and which are safer than a personal access token for automated tasks. This package extends the 'gh' package to let you authenticate and interact with 'GitHub' <https://docs.github.com/en/rest/overview> in 'R' as an app.
Maintained by Jeroen Ooms. Last updated 6 months ago.
20 stars 4.48 score 1 scriptsazure
AzureTableStor:Interface to the Table Storage Service in 'Azure'
An interface to the table storage service in 'Azure': <https://azure.microsoft.com/en-us/services/storage/tables/>. Supplies functionality for reading and writing data stored in tables, both as part of a storage account and from a 'CosmosDB' database with the table service API. Part of the 'AzureR' family of packages.
Maintained by Hong Ooi. Last updated 4 years ago.
azure-sdk-razure-storageazure-table-storage
4 stars 4.30 score 8 scriptsazure
AzureQstor:Interface to 'Azure Queue Storage'
An interface to 'Azure Queue Storage'. This is a cloud service for storing large numbers of messages, for example from automated sensors, that can be accessed remotely via authenticated calls using HTTP or HTTPS. Queue storage is often used to create a backlog of work to process asynchronously. Part of the 'AzureR' family of packages.
Maintained by Hong Ooi. Last updated 4 years ago.
azure-sdk-razure-storageazure-storage-queue
3 stars 4.18 score 8 scriptscerte-medical-epidemiology
certeprojects:A Certe R Package for Department Projects
A Certe R Package with functions to automate department projects using MS Teams, MS Planner, Shiny, R Markdown and Quarto. This package is part of the 'certedata' universe.
Maintained by Matthijs S. Berends. Last updated 3 days ago.
microsoft-azuremicrosoft-outlookmicrosoft-plannermicrosoft-teamsmicrosoft365microsoft365rquartoshinyteams
2 stars 4.13 score 1 scripts 3 dependentselipousson
sharepointr:Read and Write from SharePoint Sites
A R package extending Microsoft365R to make it easier to read, write, and work with SharePoint items, lists, and plans.
Maintained by Eli Pousson. Last updated 5 months ago.
microsoft-365sharepoint-online
25 stars 4.04 score 11 scriptscerte-medical-epidemiology
certetoolbox:A Certe R Package for Miscellaneous Functions
A Certe R Package for miscellaneous functions that do not fit a dedicated package. This package also mitigates the 'vctrs' package by allowing numeric-character coercions. This package is part of the 'certedata' universe.
Maintained by Erwin E. A. Hassing. Last updated 9 days ago.
3.45 score 1 scripts 1 dependentsbenrwoodard
cjar:R Client for 'Customer Journey Analytics' ('CJA') API
Connect and pull data from the 'CJA' API, which powers 'CJA Workspace' <https://github.com/AdobeDocs/cja-apis>. The package was developed with the analyst in mind and will continue to be developed with the guiding principles of iterative, repeatable, timely analysis. New features are actively being developed and we value your feedback and contribution to the process.
Maintained by Ben Woodard. Last updated 2 months ago.
2 stars 3.30 score 5 scriptscvermehren
powerbiR:An Interface to the 'Power BI REST APIs'
Makes it easy to push data to 'Power BI' using R and the 'Power BI REST APIs' (see <https://docs.microsoft.com/en-us/rest/api/power-bi/>). A set of functions for turning data frames into 'Power BI' datasets and refreshing these datasets are provided. Administrative tasks such as monitoring refresh statuses and pulling metadata about workspaces and users are also supported.
Maintained by Christian Vermehren. Last updated 3 years ago.
2 stars 3.00 score 4 scriptscran
CytobankAPI:Cytobank API Wrapper for R
Tools to interface with Cytobank's API via R, organized by endpoints that represent various areas of Cytobank functionality. Learn more about Cytobank at <https://www.beckman.com/flow-cytometry/software>.
Maintained by Stu Blair. Last updated 2 years ago.
3.00 scorecerte-medical-epidemiology
certedb:A Certe R Package for Connecting to Databases
A Certe R Package for connecting to internal Certe cBases and local DuckDB databases. This package is part of the 'certedata' universe.
Maintained by Matthijs S. Berends. Last updated 23 days ago.
2.95 score 1 scriptsaus-doh-safety-and-quality
qiverse.azure:PowerBI, Sharepoint and Snowflake Connectivity
Defines functions needed to generate Azure access tokens, connect to PowerBI dataflows/datasets, Sharepoint and Snowflake.
Maintained by Healthcare Quality Intelligence Unit (Western Australia Health). Last updated 4 days ago.
1 stars 2.70 scoreaus-doh-safety-and-quality
qiverse.sharepoint:Sharepoint Connectivity
A series of functions that allow users to connect to Sharepoint within an R session via the Microsoft Graph API.
Maintained by Healthcare Quality Intelligence Unit (Western Australia Health). Last updated 4 days ago.
1 stars 2.70 scorecerte-medical-epidemiology
certemail:A Certe R Package for Automated Mailing
A Certe R Package for working remotely with emails, using Microsoft 365. This package is part of the 'certedata' universe.
Maintained by Matthijs S. Berends. Last updated 2 months ago.
2.48 score 1 scriptsmatt-dray
defenestrate:Helpers for Working with Microsoft's Online Services Programmatically
Some functions to simplify the process of working with files on Microsoft's online teamworking products (OneDrive, Teams). Built largely around the 'Microsoft365R' package.
Maintained by Matt Dray. Last updated 1 years ago.
3 stars 2.18 scorecalderonsamuel
appReporteAvance:Reporte de avances de oficina
Las personas de la oficina usan esta app para reportar el estado de avance de sus actividades específicas.
Maintained by Samuel Calderon. Last updated 1 years ago.
1 stars 1.70 score 2 scripts