null_to_df: Replace nulls with an empty object of each type

View source: R/utils.R

null_to_dfR Documentation

Replace nulls with an empty object of each type

Description

Replace nulls with an empty object of each type

Usage

null_to_df(x)

null_to_num(x)

null_to_char(x)

Arguments

x

input object

Value

an empty data.frame, numeric, or character vector.


KechrisLab/multiMiR documentation built on Feb. 12, 2023, 8:26 p.m.