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 7 months ago
azure-sdk-rmicrosoft-365microsoft-graph-apioffice-365onedriveonedrive-for-businesssharepoint-online
309 stars 6.44 score 17 dependencies 6 dependentsAzureAuth - 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.
Last updated 2 years ago
azureazure-active-directoryazure-sdk-roauth2
40 stars 4.91 score 10 dependencies 22 dependentsAzureGraph - 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 1 years ago
azure-active-directory-graph-apiazure-sdk-rmicrosoft-graph-api
31 stars 4.70 score 11 dependencies 20 dependentsAzureStor - 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.
Last updated 2 years ago
azure-data-lakeazure-sdk-razure-storageazure-storage-blobazure-storage-file
62 stars 4.44 score 20 dependencies 4 dependentsazuremlsdk - Interface to the 'Azure Machine Learning' 'SDK'
Interface to the 'Azure Machine Learning' Software Development Kit ('SDK'). Data scientists can use the 'SDK' to train, deploy, automate, and manage machine learning models on the 'Azure Machine Learning' service. To learn more about 'Azure Machine Learning' visit the website: <https://docs.microsoft.com/en-us/azure/machine-learning/service/overview-what-is-azure-ml>.
Last updated 2 years ago
amlcomputeazureazure-machine-learningazuremldsimachine-learningrstudiosdk-r
104 stars 4.29 score 71 dependenciesAzureRMR - 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 12 months ago
azureazure-resource-managerazure-sdk-rcloud
18 stars 4.18 score 13 dependencies 12 dependentsAzureKeyVault - 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.
Last updated 1 years ago
azureazure-key-vaultazure-sdk-rsecurity
14 stars 2.72 score 14 dependenciesAzureContainers - 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.
Last updated 1 years ago
azure-container-instancesazure-container-registryazure-kubernetes-serviceazure-sdk-rcontainerskubernetes
25 stars 2.29 score 16 dependenciesAzureKusto - 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.
Last updated 11 months ago
azureazure-data-explorerazure-sdk-rbig-data-analyticskusto
18 stars 2.20 score 35 dependenciesAzureCognitive - 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.
Last updated 4 years ago
azure-cognitive-servicesazure-sdk-r
11 stars 1.86 score 14 dependencies 1 dependentsAzureVM - 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 2 years ago
azureazure-sdk-razure-virtual-machinedata-science-virtual-machine
14 stars 1.75 score 14 dependenciesAzureVision - 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 4 years ago
azure-cognitive-servicesazure-sdk-rcomputer-visioncustom-vision
5 stars 1.32 score 15 dependenciesAzureCosmosR - 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 4 years ago
azure-cosmos-dbazure-sdk-rcosmos-dbnosql-database
6 stars 1.31 score 19 dependenciesAzureTableStor - 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 4 years ago
azure-sdk-razure-storageazure-table-storage
4 stars 1.15 score 21 dependenciesAzureQstor - 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 4 years ago
azure-sdk-razure-storageazure-storage-queue
3 stars 1.08 score 21 dependenciesAzureVMmetadata - 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 1 years ago
azure-sdk-razure-virtual-machineinstance-metadatametadata
2 stars 1.07 score 8 dependencies