/
Browse
/
Courses
/
Creating R Visualizations in SAP Analytics Cloud | JP
/
SAP Analytics Cloud での R ビジュアライゼーションの作成
SAP Analytics Cloud での R コード入門
SAP Analytics Cloud での R の概要
5 min
予測シナリオ出力データセットの準備
20 min
Quiz
SAP Analytics Cloud での R コードの使用
SAP Analytics Cloud での R コードの探索
19 min
R スクリプトエディタの使用
8 min
R ビジュアライゼーションコンポーネントの使用
10 min
Quiz
SAP Analytics Cloud での R ビジュアライゼーションの作成
ストーリーでの R ビジュアライゼーションの作成
30 min
ストーリーでの拡張 R ビジュアライゼーションの作成
45 min
Quiz
SAP Analytics Cloud での R コード入門
SAP Analytics Cloud での R の概要
5 min
予測シナリオ出力データセットの準備
20 min
Quiz
SAP Analytics Cloud での R コードの使用
SAP Analytics Cloud での R コードの探索
19 min
R スクリプトエディタの使用
8 min
R ビジュアライゼーションコンポーネントの使用
10 min
Quiz
SAP Analytics Cloud での R ビジュアライゼーションの作成
ストーリーでの R ビジュアライゼーションの作成
30 min
ストーリーでの拡張 R ビジュアライゼーションの作成
45 min
Quiz
Knowledge quiz
It's time to put what you've learned to the test, get 2 right to pass this unit.
1.
Why would you use the following in your R code for your R visualization? PowerConsumption$Time ﹤- as.POSIXct(PowerConsumption$Time, tz="", format="%b %d, %Y %I:%M:%S")
Choose the correct answer.
SAP Analytics Cloud sends dates as strings in the following format: Jan 1, 2019 01:01:01. This code is used to create real R dates.
This code is used to change R dates into dates that can be read by a standard chart widget in an SAP Analytics Cloud story.
2.
From the R Script Editor, which button adds the R visualization to your story?
Choose the correct answer.
Edit Script
Execute
Apply
Refresh on Resize