message_df: message dataframe

View source: R/1_utilities.R

message_dfR Documentation

message dataframe

Description

message dataframe using sprintf syntax. Use place holder '

Usage

message_df(format_string, x)

Arguments

format_string

sprintf style format string

x

data.frame

Value

nothing returned

Examples

x <- data.frame(feature_id = c('F001', 'F002'), symbol = c('FEAT1', 'FEAT2'))
message_df('\t%s', x)

x <- c(rep('PASS', 25), rep('FAIL', 25))
message_df(format_string = '%s', table(x))

bhagwataditya/importomics documentation built on May 1, 2024, 2:01 a.m.