This commit is contained in:
Hong Ooi 2020-10-22 01:02:03 +11:00
Родитель 312664bb25
Коммит 45758f520b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -5,7 +5,7 @@ Authors@R: c(
person("Hong", "Ooi", , "hongooi73@gmail.com", role = c("aut", "cre")),
person("Microsoft", role="cph")
)
Description: An interface to 'Azure CosmosDB' and table storage: <https://azure.microsoft.com/en-us/services/cosmos-db/>, <https://azure.microsoft.com/en-us/services/storage/tables/>. On the admin side, 'AzureCosmosR' provides the ability to create and manage 'CosmosDB' instances in Microsoft's 'Azure' cloud. On the client side, it provides functionality for reading and writing data stored in 'CosmosDB' as well as in table storage. Part of the 'AzureR' family of packages.
Description: An interface to the table storage service in 'Azure': <https://azure.microsoft.com/en-us/services/storage/tables/>. It provides 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.
URL: https://github.com/Azure/AzureCosmosR https://github.com/Azure/AzureR
BugReports: https://github.com/Azure/AzureCosmosR/issues
License: MIT + file LICENSE