Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 17 found.
[1] < 1 2 > [2]  Sort:

askForPassword (Package: rstudioapi) :

Ask the user for a password interactively.
● Data Source: CranContrib
● Keywords:
● Alias: askForPassword
● 0 images

primary_selection (Package: rstudioapi) : Extract the Primary Selection

By default, functions returning a document context will return a list of selections, including both the 'primary' selection and also 'other' selections (e.g. to handle the case where a user might have multiple cursors active). Use primary_selection() to extract the primary selection.
● Data Source: CranContrib
● Keywords:
● Alias: primary_selection
● 0 images

versionInfo (Package: rstudioapi) :

Provides information about the currently running version of RStudio, including it's specific version number and whether it is running in desktop or server mode.
● Data Source: CranContrib
● Keywords:
● Alias: versionInfo
● 0 images

previewRd (Package: rstudioapi) :

Preview an Rd topic in the Help pane
● Data Source: CranContrib
● Keywords:
● Alias: previewRd
● 0 images

document_range (Package: rstudioapi) : Create a Range

A document_range is a pair of document_position objects, with each position indicating the start and end of the range, respectively.
● Data Source: CranContrib
● Keywords:
● Alias: as.document_range, document_range, is.document_range
● 0 images

document_position (Package: rstudioapi) : Create a Document Position

Creates a document_position, which can be used to indicate e.g. the row + column location of the cursor in a document.
● Data Source: CranContrib
● Keywords:
● Alias: as.document_position, document_position, is.document_position
● 0 images

getActiveProject (Package: rstudioapi) :

Returns the path to the currently active RStudio project.
● Data Source: CranContrib
● Keywords:
● Alias: getActiveProject
● 0 images

hasFun (Package: rstudioapi) : Exists/get for RStudio functions

These are specialized versions of get and exists that look in the rstudio package namespace. If RStudio is not running, hasFun will return FALSE.
● Data Source: CranContrib
● Keywords:
● Alias: findFun, hasFun
● 0 images

viewer (Package: rstudioapi) :

View local web content within RStudio. Content can be served from static files in the R session temporary directory or can be a Shiny, Rook, OpenCPU, or any other type of localhost web application.
● Data Source: CranContrib
● Keywords:
● Alias: viewer
● 0 images

navigateToFile (Package: rstudioapi) :

Open a file in RStudio, optionally at a specified location.
● Data Source: CranContrib
● Keywords:
● Alias: navigateToFile
● 0 images