Show (print) a data frame depending on appropriate output type

sp_print_df(df)

Arguments

df

the data frame to be shown

Value

either kable (in PDF) or datatable (in HTML) output

Examples

if (FALSE) sp_print_df(df)