as_dataframe {rbmi}R Documentation

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)


[Package rbmi version 1.2.6 Index]