Learn R Programming

facebook.S4 (version 1.1.0)

as.data.frame.FacebookGenericCollection: Returns a data frame from a Facebook collection

Description

This generic return a valid data frame representation of various Facebook collections

Usage

# S3 method for FacebookGenericCollection
as.data.frame(x, row.names = FALSE,
  optional = FALSE, ...)

Arguments

x

A valid collection of Facebook elements

row.names

If set to TRUE, names the rows of the returned data frame with IDs of the elements

optional

Not used in this context.