1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139
|
# Generated by roxygen2: do not edit by hand
S3method(as.document_position,default)
S3method(as.document_position,document_position)
S3method(as.document_range,default)
S3method(as.document_range,document_range)
S3method(format,document_position)
S3method(format,document_range)
S3method(primary_selection,document_context)
S3method(primary_selection,document_selection)
S3method(print,document_context)
S3method(print,document_position)
S3method(print,document_range)
S3method(print,document_selection)
export(addTheme)
export(applyTheme)
export(as.document_position)
export(as.document_range)
export(askForPassword)
export(askForSecret)
export(bugReport)
export(buildToolsCheck)
export(buildToolsExec)
export(buildToolsInstall)
export(callFun)
export(convertTheme)
export(createProjectTemplate)
export(dictionariesPath)
export(documentClose)
export(documentId)
export(documentNew)
export(documentOpen)
export(documentPath)
export(documentSave)
export(documentSaveAll)
export(document_position)
export(document_range)
export(executeCommand)
export(filesPaneNavigate)
export(findFun)
export(getActiveDocumentContext)
export(getActiveProject)
export(getConsoleEditorContext)
export(getDelegatedAzureToken)
export(getMode)
export(getPersistentValue)
export(getRStudioPackageDependencies)
export(getSourceEditorContext)
export(getThemeInfo)
export(getThemes)
export(getVersion)
export(hasColorConsole)
export(hasFun)
export(highlightUi)
export(initializeProject)
export(insertText)
export(is.document_position)
export(is.document_range)
export(isAvailable)
export(isBackgroundJob)
export(isJob)
export(isWorkbenchJob)
export(jobAdd)
export(jobAddOutput)
export(jobAddProgress)
export(jobGetState)
export(jobList)
export(jobRemove)
export(jobRunScript)
export(jobSetProgress)
export(jobSetState)
export(jobSetStatus)
export(launcherAvailable)
export(launcherConfig)
export(launcherContainer)
export(launcherControlJob)
export(launcherGetInfo)
export(launcherGetJob)
export(launcherGetJobs)
export(launcherHostMount)
export(launcherNfsMount)
export(launcherPlacementConstraint)
export(launcherResourceLimit)
export(launcherSubmitJob)
export(launcherSubmitR)
export(modifyRange)
export(navigateToFile)
export(openProject)
export(previewRd)
export(previewSql)
export(primary_selection)
export(readPreference)
export(readRStudioPreference)
export(registerChunkCallback)
export(registerCommandCallback)
export(registerCommandStreamCallback)
export(removeTheme)
export(restartSession)
export(savePlotAsImage)
export(selectDirectory)
export(selectFile)
export(selectionGet)
export(selectionSet)
export(sendToConsole)
export(setCursorPosition)
export(setDocumentContents)
export(setGhostText)
export(setPersistentValue)
export(setSelectionRanges)
export(showDialog)
export(showPrompt)
export(showQuestion)
export(sourceMarkers)
export(systemUsername)
export(terminalActivate)
export(terminalBuffer)
export(terminalBusy)
export(terminalClear)
export(terminalContext)
export(terminalCreate)
export(terminalExecute)
export(terminalExitCode)
export(terminalKill)
export(terminalList)
export(terminalRunning)
export(terminalSend)
export(terminalVisible)
export(translateLocalUrl)
export(unregisterChunkCallback)
export(unregisterCommandCallback)
export(updateDialog)
export(userDictionariesPath)
export(userIdentity)
export(verifyAvailable)
export(versionInfo)
export(viewer)
export(writePreference)
export(writeRStudioPreference)
importFrom(utils,capture.output)
|