pablobarbera/Rfacebook

if (comments && n.likes > 0)

luanamarinho opened this issue · 0 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?