r41ss4 / r_stat_ort

The database chosen for this work is "Udemy All Finance Accounting," obtained from the 'Kaggle' databases. This database contains measured data from 13,608 items; each one correspond to different courses offered on the online learning platform, created in 2009, Udemy.
1 stars 0 forks source link

Change pie charts function #10

Closed r41ss4 closed 1 month ago

r41ss4 commented 1 month ago

Chnage piecharts to use plot_ly; use install.packages("plotly") and library(plotly) Example: Torta_num_s = plot_ly(FrecAbs_num_s, labels = etiquetas_num_s, values=FrecPor_num_s, type = 'pie') Torta_num_s

r41ss4 commented 1 month ago

Done in num_subscribers and rating scripts