ggplot-Bellabeat

Make sure that ActiveMinutes and Calories are the correct column names in your daily_activity_summary_all dataset.

For better help try to load a reproducible example of data.

Other way is :

# paste the result of dput()
dput(daily_activity_summary_all[30 ,  ]) # for first 30 rows and all columns.
1 Like