• About
  • Documentation

  • More Universes
  • Recent Updates
  • Leader board

  • All repositories
  • All packages
  • All articles
  • All datasets
  • All system Libraries
hongooi73
  • Builds
  • Packages
  • Articles
  • Datasets
  • Contribution
  • Badges
  • API
  • Feed

Links tohongooi73

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.

Last updated

azure-sdk-rmicrosoft-365microsoft-graph-apioffice-365onedriveonedrive-for-businesssharepoint-online

11.10 score 366 stars 9 dependents 156 scripts 4.5k downloads

AzureStor - Storage Management in 'Azure'

Manage storage in Microsoft's 'Azure' cloud: <https://azure.microsoft.com/en-us/products/category/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.

Last updated

azure-data-lakeazure-sdk-razure-storageazure-storage-blobazure-storage-file

11.09 score 68 stars 5 dependents 376 scripts 13k downloads

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/en-us>. 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.

Last updated

azureazure-active-directoryazure-sdk-roauth2

10.91 score 49 stars 30 dependents 70 scripts 44k downloads

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.

Last updated

azure-active-directory-graph-apiazure-sdk-rmicrosoft-graph-api

10.51 score 37 stars 25 dependents 47 scripts 41k downloads

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.

Last updated

azureazure-resource-managerazure-sdk-rcloud

9.93 score 20 stars 14 dependents 51 scripts 39k downloads

glmnetUtils - Utilities for 'Glmnet'

Provides a formula interface for the 'glmnet' package for elasticnet regression, a method for cross-validating the alpha parameter, and other quality-of-life tools.

Last updated

cross-validationglmnetlassoregression-models

9.64 score 66 stars 4 dependents 360 scripts 10k downloads

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/products/category/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.

Last updated

azure-container-instancesazure-container-registryazure-kubernetes-serviceazure-sdk-rcontainerskubernetes

6.46 score 27 stars 54 scripts 910 downloads

AzureKeyVault - Key and Secret Management in 'Azure'

Manage keys, certificates, secrets, and storage accounts in Microsoft's 'Key Vault' service: <https://azure.microsoft.com/products/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.

Last updated

azureazure-key-vaultazure-sdk-rsecurity

5.99 score 17 stars 1 dependents 13 scripts 3.0k downloads

AzureCognitive - Interface to Azure Cognitive Services

An interface to Azure Cognitive Services <https://learn.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.

Last updated

azure-cognitive-servicesazure-sdk-r

5.56 score 12 stars 1 dependents 4 scripts 822 downloads

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.

Last updated

algorithmazurerecommenderscpp

5.34 score 22 stars 20 scripts 195 downloads

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.

Last updated

azureazure-sdk-razure-virtual-machinedata-science-virtual-machine

5.11 score 15 stars 17 scripts 708 downloads

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.

Last updated

azure-cognitive-servicesazure-sdk-rcomputer-visioncustom-vision

5.00 score 5 stars 8 scripts 680 downloads

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.

Last updated

azure-cosmos-dbazure-sdk-rcosmos-dbnosql-database

4.48 score 6 stars 7 scripts 682 downloads

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.

Last updated

azure-sdk-razure-storageazure-table-storage

4.40 score 5 stars 8 scripts 796 downloads

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.

Last updated

3.70 score 10 scripts 795 downloads

AzureVMmetadata - Interface to Azure Virtual Machine Instance Metadata

A simple interface to the instance metadata for a virtual machine running in Microsoft's 'Azure' cloud. This provides information about the VM's configuration, such as its processors, memory, networking, storage, and so on. Part of the 'AzureR' family of packages.

Last updated

azure-sdk-razure-virtual-machineinstance-metadatametadata

3.30 score 2 stars 702 downloads