Package: powerbiR 0.1.0
powerbiR: An Interface to the 'Power BI REST APIs'
Makes it easy to push data to 'Power BI' using R and the 'Power BI REST APIs' (see <https://docs.microsoft.com/en-us/rest/api/power-bi/>). A set of functions for turning data frames into 'Power BI' datasets and refreshing these datasets are provided. Administrative tasks such as monitoring refresh statuses and pulling metadata about workspaces and users are also supported.
Authors:
powerbiR_0.1.0.tar.gz
powerbiR_0.1.0.zip(r-4.5)powerbiR_0.1.0.zip(r-4.4)powerbiR_0.1.0.zip(r-4.3)
powerbiR_0.1.0.tgz(r-4.4-any)powerbiR_0.1.0.tgz(r-4.3-any)
powerbiR_0.1.0.tar.gz(r-4.5-noble)powerbiR_0.1.0.tar.gz(r-4.4-noble)
powerbiR_0.1.0.tgz(r-4.4-emscripten)powerbiR_0.1.0.tgz(r-4.3-emscripten)
powerbiR.pdf |powerbiR.html✨
powerbiR/json (API)
NEWS
# Install 'powerbiR' in R: |
install.packages('powerbiR', repos = c('https://cvermehren.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/cvermehren/powerbir/issues
- dim_hour - Demo data: Dim Hour
- fact_visitors - Demo data: Fact Visitors
Last updated 2 years agofrom:80900ed170. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 27 2024 |
R-4.5-win | OK | Oct 27 2024 |
R-4.5-linux | OK | Oct 27 2024 |
R-4.4-win | OK | Oct 27 2024 |
R-4.4-mac | OK | Oct 27 2024 |
R-4.3-win | OK | Oct 27 2024 |
R-4.3-mac | OK | Oct 27 2024 |
Exports:pbi_authpbi_dataset_refreshpbi_dataset_refresh_histpbi_delete_datasetpbi_delete_rowspbi_list_datasetspbi_list_groupspbi_push_dataset_schemapbi_push_rowspbi_schema_createpbi_schema_relation_create
Dependencies:askpassAzureAuthcurldata.tablehttrjosejsonlitemimeopensslR6rappdirssys
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Demo data: Dim Hour | dim_hour |
Demo data: Fact Visitors | fact_visitors |
Authenticate to Power BI | pbi_auth |
Refresh dataset | pbi_dataset_refresh |
Refresh history of a dataset | pbi_dataset_refresh_hist |
Delete dataset | pbi_delete_dataset |
Delete rows | pbi_delete_rows |
Get a list of datasets in a workspace | pbi_list_datasets |
Get a list of workspaces | pbi_list_groups |
Push a dataset schema to Power BI | pbi_push_dataset_schema |
Push rows to a dataset table | pbi_push_rows |
Create a Power BI dataset schema | pbi_schema_create |
Define table relationship | pbi_schema_relation_create |