-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
31 lines (31 loc) · 1.25 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: cdsR
Type: Package
Title: R Interface to Microsoft's Dataverse (formerly Common Data Service - CDS)
Version: 0.3.0
Authors@R: person("Jarek", "Kupisz", email = "[email protected]",
role = c("aut", "cre"))
Maintainer: The package maintainer <[email protected]>
Description: Dataverse (formerly Common Data Service - CDS) is Microsoft’s
unified data storage for all business applications marketed under the Power
Apps umbrella. As many companies are using Microsoft’s tech stack,
Dataverse is an important data source for analysts and data scientists.
The goal of this package is to make it dead simple to get your data from
(and to) your Dataverse instance and leverage its rich metadata to automate
data analysis tasks. The package offers a suite of pipeable, simple to use
functions shielding the user from the unmemorizable syntax of Odata
requests and ensuring correct conversion of data types
(looking at you picklists!).
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Imports:
purrr (>= 0.3.4),
dplyr (>= 1.0.5),
httr (>= 1.4.2),
assertthat (>= 0.2.1),
glue (>= 1.4.2),
stringr (>= 1.4.0),
tidyr (>= 1.1.3),
jsonlite (>= 1.7.2),
lubridate (>= 1.7.10)
RoxygenNote: 7.1.2