View source: R/FindBestRefseqAssembly.R
prettyprint_single_row_df | R Documentation |
Pretty Print a Single Refseq Entry
prettyprint_single_row_df( single_row_of_tabular_data, title = NULL, write_output_to_file = FALSE, file_title = NULL, verbose = TRUE )
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) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.