View source: R/DataUnderstanding.R
numberedVariablesList | R Documentation |
Often it is really useful to have a numbered list of variables in a dataset, especially if the dataset is new. The function will provide such a list
numberedVariablesList(df)
data.frame. |
Input object: data.frame. |
data.frame. data.frame with row numbers corresponding to the position of the variables in the dataset and variable names.
# iris numberedVariablesList(df = iris) # mtcars numberedVariablesList(df = mtcars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.