File: setGhostText.Rd

package info (click to toggle)
r-cran-rstudioapi 0.17.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 916 kB
  • sloc: makefile: 2
file content (17 lines) | stat: -rw-r--r-- 486 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/stubs.R
\name{setGhostText}
\alias{setGhostText}
\title{Set ghost text}
\usage{
setGhostText(text)
}
\arguments{
\item{text}{The ghost text to set.}
}
\description{
Set ghost text in the current document. The ghost text will be inserted at
the current cursor position. Ghost text can be inserted into the document
by pressing Tab, and will be automatically dismissed if the user navigates
the cursor away.
}