Developing Data Products

author: Ahmed Zard date: 28/7/2019 8 slides

autosize: true

Peer-graded Assignment: R Markdown Presentation & Plotly

Splunk Business Flow Overview:

event log, Journey, Flowchart, & Flow:

data preparation, data exploration:

Occur at Splunk Enterprise or Splunk Cloud

you upload or forward raw data into your Splunk deployment

Slide With Code

library(readxl)
plot <- read_excel("C:/Users/be174.BARQSYSTEMS/1.xlsx") 
head(plot, 16)
## # A tibble: 14 x 5
##    name   distance long_jumb shot_put high_jumb
##    <chr>     <dbl>     <dbl>    <dbl>     <dbl>
##  1 Ahmed      11.0      7.58     14.8      2.07
##  2 Samir      10.8      7.4      14.3      1.86
##  3 Wesam      11.0      7.3      14.8      2.04
##  4 Zaki       11.0      7.23     14.2      1.92
##  5 Khalil     11.3      7.09     13.5      2.1 
##  6 Yasser     11.1      7.6      13.8      1.98
##  7 Atef       11.1      7.3      14.6      2.01
##  8 Alaa       10.8      7.31     14.4      2.13
##  9 Dina       11.4      6.81     14.1      1.95
## 10 ashraf     11.3      7.56     12.7      1.98
## 11 abdo       11.4      6.97     13.5      1.86
## 12 ali        10.6      7.01     14.0      1.93
## 13 maged      11.1      6.92     14.2      2.03
## 14 nasser     11.0      6.99     14.0      1.99

Slide With Plot

## Warning: package 'plotly' was built under R version 3.6.1
## 
## Attaching package: 'plotly'
## The following object is masked from 'package:ggplot2':
## 
##     last_plot
## The following object is masked from 'package:stats':
## 
##     filter
## The following object is masked from 'package:graphics':
## 
##     layout