base_df: Function to catch 'dplyr"s 'tbl_df' data frame class and...

View source: R/base_df.R

base_dfR Documentation

Function to catch dplyr's tbl_df data frame class and convert to a standard/base data frame.

Description

The different type of data frame in dplyr can cause failures for some functions. base_df degrades a tbl_df to a base data frame.

Usage

base_df(df)

Arguments

df

A tbl_df to be converted into a standard data frame.

Author(s)

Stuart K. Grange


skgrange/threadr documentation built on April 15, 2024, 9:35 p.m.