I'm using the pivottabler package and have finally gotten the table i was looking for. However, I can't do more calculations/table manipulations because the table is in an html widget, not a dataframe. Using as.data.frame() doesn't work- is there anyway to coerce this into a dataframe?
EDIT: the error code displays:
"Error in as.data.frame.default(pivoted) : cannot coerce class ‘c("pivottabler", "htmlwidget")’ to a data.frame"