pablobarbera / Rfacebook

Dev version of Rfacebook package: Access to Facebook API via R
http://cran.r-project.org/web/packages/Rfacebook
350 stars 250 forks source link

date_breaks instead on breaks #96

Closed yanturgeon closed 7 years ago

yanturgeon commented 7 years ago

Hi Pablo,

In « Analyzing data from a Facebook page » (on this page https://github.com/pablobarbera/Rfacebook), the code bellow:

scale_x_date(breaks = "years", labels = date_format("%Y")) + scale_y_log10("Average count per post", Should be replace by this one :

scale_x_date(date_breaks = "years", labels = date_format("%Y")) + scale_y_log10("Average count per post", Happy new year !

pablobarbera commented 7 years ago

Good catch! Thanks and happy new year to you as well!