prettyprint_single_row_df: Pretty Print a Single Refseq Entry

View source: R/FindBestRefseqAssembly.R

prettyprint_single_row_dfR Documentation

Pretty Print a Single Refseq Entry

Description

Pretty Print a Single Refseq Entry

Usage

prettyprint_single_row_df(
  single_row_of_tabular_data,
  title = NULL,
  write_output_to_file = FALSE,
  file_title = NULL,
  verbose = TRUE
)

Arguments

single_row_of_tabular_data

any dataframe with 1 row. Doesn't require any particular column_names / row typing. (data.frame)

title

text printed at the top of the prettyprint summary (string)

write_output_to_file

should we write a simplified output to file (boolean)

file_title

required only if write_output_to_file == TRUE. Title of file to write output to (string)

verbose

verbosity level (boolean)


selkamand/utilitybeltrefseq documentation built on July 7, 2022, 7:35 a.m.