Description Usage Arguments Value Author(s) Examples
Find the variable row and return a list of the index, row names and a data
frame containing pct_valid_val, pct_unique_val, pct_complete_val.
It makes use of the private function aseshms:::checkTopRows
.
1 2 3 | findVarRow(files = NULL)
find_var_row(files = NULL)
|
files |
You can manually assign the files. If null, you will select them using a wizard. |
A list
row index
col names (table head)
a data.frame containing pct_valid_val, pct_unique_val, pct_complete_val
Yiying Wang, wangy@aetna.com
1 2 3 4 | ## Not run:
findVarRow()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.