From 45758f520bbb3e95372603b401aeb5bf74635eff Mon Sep 17 00:00:00 2001 From: Hong Ooi Date: Thu, 22 Oct 2020 01:02:03 +1100 Subject: [PATCH] reword --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index e0bccb5..1599aa1 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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: , . 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': . 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