Našimi kurzy prošlo více než 10 000+ účastníků
2 392 ověřených referencí účastníků našich kurzů. Přesvědčte se sami
This tutorial shows how to use R-script to define data for Power BI Desktop. (This article describes use of R-script for Power BI publishing).
Before start, make sure you installed R.
Then go to Power BI Desktop and click on Get data / All / R script.
Then write some script resulting in Data Frame.
my_names = c("Anna", "Britta", "Anna", "Lasse", "Bosse", "Olle") my_ages = c(6,5,7,6,7,5) my_table = data.frame(my_names, my_ages)
After confirmation table is loaded:
Or we can write some script containing connection to external source (for example to .csv). Practically, you will probably use it when some R-modification are needed – otherwise you can connect to .csv directly…
It can be something like this:
setwd("C:/Users/beran/Desktop/Rzdroje") cars = read.csv2("cars.csv")
Again, it results in a normal table, showing table from source.
2 392 ověřených referencí účastníků našich kurzů. Přesvědčte se sami
Pište kdykoliv. Odpovíme do 24h
© exceltown.com / 2006 - 2023 Vyrobilo studio bARTvisions s.r.o.