Nothing
Code
valueCoordinates(df)
Output
column row
2 1 1
1 2 2
3 2 3
Code
valueCoordinates(df, 2)
Output
column row
1 2 2
2 3 2
Code
valueCoordinates(df, 2, function(x, y) !is.na(x) && x > y)
Output
column row
2 1 1
1 3 3
Code
valueCoordinates(df)
Output
column row
1 1 2
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.