Description Usage Arguments Value
The usual way to compare results is using tables from books. This method accept as input a pasted String, usually copied from a LaTeX table, and create a Data Frame. Assumes the input is separated evenly by a character, default is an empty space.
1 | pasted_table_to_df(string, n_cols, sep = " ", header = TRUE)
|
string |
Input string |
n_cols |
Number of columns in the table |
sep |
Separator character |
header |
Have a header? |
data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.