-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
45 lines (45 loc) · 1.3 KB
/
DESCRIPTION
File metadata and controls
45 lines (45 loc) · 1.3 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Package: fabricQueryR
Title: Query Data in 'Microsoft Fabric'
Version: 0.2.1.9000
Authors@R:
c(person(given = "Luka",
family = "Koning",
role = c("aut", "cre", "cph"),
email = "koningluka@gmail.com"),
person(given = "Kennispunt Twente",
role = "fnd",
email = "info@kennispunttwente.nl"))
Description:
Query data hosted in 'Microsoft Fabric'. Provides helpers to open 'DBI'
connections to 'SQL' endpoints of 'Lakehouse' and 'Data Warehouse' items; submit
'Data Analysis Expressions' ('DAX') queries to semantic model datasets in 'Microsoft
Fabric' and 'Power BI'; read 'Delta Lake' tables stored in 'OneLake'
('Azure Data Lake Storage Gen2'); and execute 'Spark' code via the 'Livy API'.
License: MIT + file LICENSE
Suggests:
AzureStor,
DBI,
odbc,
readr,
fs,
arrow,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Imports:
AzureAuth,
httr2,
dplyr,
tibble,
purrr,
stringr,
jsonlite,
cli,
rlang,
utils
URL: https://github.com/kennispunttwente/fabricQueryR, https://kennispunttwente.github.io/fabricQueryR/
BugReports: https://github.com/kennispunttwente/fabricQueryR/issues
Depends:
R (>= 4.1.0)