pablobarbera / Rfacebook

Dev version of Rfacebook package: Access to Facebook API via R

Home Page:http://cran.r-project.org/web/packages/Rfacebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

if (comments && n.likes > 0)

luanamarinho opened this issue · comments

if (comments && n.likes > 0) out[["comments"]] <- commentsDataToDF(content$comments$data)

Shouldn't it be "n.comments" in this and the following line as well?