| pivotDFinDir | R Documentation | 
Merge all the tabular text files in a directory and perform an optional pivot
pivotDFinDir( input_dir, ID_col_name, value_col_name, sep = "\t", skip_pivot = FALSE )
input_dir | 
 Character. Name of directory.  | 
ID_col_name | 
 Character. Name of the column that contains the ID to be used as pivot.  | 
value_col_name | 
 Character. Name of the column that contains the value to be used as pivot.  | 
sep | 
 Character. Separator of the tabular data.  | 
skip_pivot | 
 Logical. Whether the pivot should be performed.  | 
Data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.