# create a dataframe

Data_frame<-data.frame(

Training = c("strength","stamina","other"),

    

pulse = c(100,150,120),

duration = c(60,30,45)

    )
Data_frame

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: