View source: R/document-methods.R
document_position | R Documentation |
Creates a document_position
, which can be used to indicate e.g. the
row + column location of the cursor in a document.
document_position(row, column)
is.document_position(x)
as.document_position(x)
row |
The row (using 1-based indexing). |
column |
The column (using 1-based indexing). |
x |
An object coercable to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.