Other packages > Find by keyword >

rstudioapi  

Safely Access the RStudio API
View on CRAN: Click here


Download and install rstudioapi package within the R console
Install from CRAN:
install.packages("rstudioapi")

Install from Github:
library("remotes")
install_github("cran/rstudioapi")

Install by package version:
library("remotes")
install_version("rstudioapi", "0.17.1")



Attach the package and use:
library("rstudioapi")
Maintained by
Kevin Ushey
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2014-03-27
Latest Update: 2023-07-07
Description:
Access the RStudio API (if available) and provide informative error messages when it's not.
How to cite:
Kevin Ushey (2014). rstudioapi: Safely Access the RStudio API. R package version 0.17.1, https://cran.r-project.org/web/packages/rstudioapi. Accessed 06 Nov. 2024.
Previous versions and publish date:
0.1 (2014-03-27 16:27), 0.2 (2014-12-31 01:07), 0.3.1 (2015-04-07 00:27), 0.4.0 (2015-12-09 21:44), 0.5 (2016-01-24 15:45), 0.6 (2016-06-27 07:00), 0.7 (2017-09-07 23:41), 0.8 (2018-10-02 22:30), 0.9.0 (2019-01-09 09:30), 0.10 (2019-03-19 21:30), 0.11 (2020-02-08 00:20), 0.12 (2020-11-11 00:00), 0.13 (2020-11-12 22:50), 0.14 (2022-08-23 00:00), 0.15.0 (2023-07-07 21:10), 0.16.0 (2024-03-24 12:30), 0.17.0 (2024-10-17 00:20)
Other packages that cited rstudioapi R package
View rstudioapi citation profile
Other R packages that rstudioapi depends, imports, suggests or enhances
Complete documentation for rstudioapi
Functions, R codes and Examples using the rstudioapi R package
Some associated functions: addTheme . applyTheme . askForPassword . askForSecret . bugReport . build-tools . callFun . chunk-callbacks . convertTheme . createProjectTemplate . dictionaries . document_position . document_range . executeCommand . file-dialogs . filesPaneNavigate . getActiveProject . getDelegatedAzureToken . getRStudioPackageDependencies . getThemeInfo . getThemes . getVersion . hasColorConsole . hasFun . highlightUi . isAvailable . isJob . jobAdd . jobAddOutput . jobAddProgress . jobRemove . jobRunScript . jobSetProgress . jobSetState . jobSetStatus . launcherAvailable . launcherConfig . launcherContainer . launcherControlJob . launcherGetInfo . launcherGetJob . launcherGetJobs . launcherHostMount . launcherNfsMount . launcherPlacementConstraint . launcherResourceLimit . launcherSubmitJob . launcherSubmitR . navigateToFile . persistent-values . previewRd . previewSql . primary_selection . projects . readPreference . readRStudioPreference . registerCommandCallback . registerCommandStreamCallback . removeTheme . restartSession . rstudio-documents . rstudio-editors . savePlotAsImage . selections . sendToConsole . showDialog . showPrompt . showQuestion . sourceMarkers . systemUsername . terminalActivate . terminalBuffer . terminalBusy . terminalClear . terminalContext . terminalCreate . terminalExecute . terminalExitCode . terminalKill . terminalList . terminalRunning . terminalSend . terminalVisible . translateLocalUrl . unregisterCommandCallback . updateDialog . userIdentity . versionInfo . viewer . writePreference . writeRStudioPreference . 
Some associated R codes: auth.R . bug-report.R . build-tools.R . chunk.R . code.R . commands.R . dependencies.R . dialogs.R . dictionaries.R . document-api.R . document-methods.R . files-pane.R . highlight-ui.R . jobs.R . launcher-functions.R . launcher.R . misc.R . prefs.R . preview.R . remote.R . selections.R . stubs.R . templates.R . terminal.R . themes.R . tutorial.R . urls.R . user.R . utils.R .  Full rstudioapi package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
ddp  
Desirable Dietary Pattern
The desirable Dietary Pattern (DDP)/ PPH score measures the variety of food consumption. The (weigh ...
Download / Learn more Package Citations See dependency  
seriation  
Infrastructure for Ordering Objects Using Seriation
Infrastructure for ordering objects with an implementation of several seriation/sequencing/ordinati ...
Download / Learn more Package Citations See dependency  
memoise  
'Memoisation' of Functions
Cache the results of a function so that when you call it again with the same arguments it returns t ...
Download / Learn more Package Citations See dependency  
mailR  
A Utility to Send Emails from R
Interface to Apache Commons Email to send emails from R. ...
Download / Learn more Package Citations See dependency  
equatiomatic  
Transform Models into 'LaTeX' Equations
The goal of equatiomatic is to reduce the painassociated with writing LaTeX formulas from fitted mod ...
Download / Learn more Package Citations See dependency  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA