Learn R Programming

rbmi (version 1.4.1)

as_dataframe: Convert object to dataframe

Description

Convert object to dataframe

Usage

as_dataframe(x)

Arguments

x

a data.frame like object

Utility function to convert a "data.frame-like" object to an actual data.frame to avoid issues with inconsistency on methods (such as [() and dplyr's grouped dataframes)