Description Usage Arguments Value Examples
It acts similiarly to Excel's INDEX function. It gives you the value from dataframe when you specify the array indices(row and column)
1 |
array |
Which array/table should it use? |
row_num |
Which row should it return the value from? |
column_num |
Which column should it return the value from? |
In this example we get 3rd row and 2nd column from the dataframe. This function can return different classes numeric, character, logical etc. It depends on what is in array/dataframe.
1 |
[1] 3.2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.