Tao Z
2020-Feb-04 20:54 UTC
[R] Question about autocomplete Keyboard Shortcut in R Markdown Latex
Hi, In R, we know how to autocomplete a function name or some arguments in the function. I usually use ?Tab? to achieve this. But when I was preparing my math homework using R Markdown, I want to achieve similar results: for example, I want to autocomplete $\frac{}{}$ when I only typed $\fr$. I tried ?Tab or Command+Space?, but none of them work. Does anyone know if we have autocomplete option for R markdown latex? If we do, what keyboard should I use? Thanks [[alternative HTML version deleted]]
Bert Gunter
2020-Feb-05 16:09 UTC
[R] Question about autocomplete Keyboard Shortcut in R Markdown Latex
Try posting this at the RStudio Help site, as R Markdown is part of the ecosystem they have created and support. Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Wed, Feb 5, 2020 at 7:44 AM Tao Z <ctfy0312 at gmail.com> wrote:> Hi, > > In R, we know how to autocomplete a function name or some arguments in the > function. I usually use ?Tab? to achieve this. > But when I was preparing my math homework using R Markdown, I want to > achieve similar results: for example, > > I want to autocomplete $\frac{}{}$ when I only typed $\fr$. I tried ?Tab > or Command+Space?, but none of them work. > > Does anyone know if we have autocomplete option for R markdown latex? If > we do, what keyboard should I use? Thanks > > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >[[alternative HTML version deleted]]
Jeff Newmiller
2020-Feb-05 17:57 UTC
[R] Question about autocomplete Keyboard Shortcut in R Markdown Latex
The rmarkdown package is not the issue... this question is about editor customization. Rmarkdown can be edited in many text editors and IDEs, and none of them are on topic here. That said, there is a high probability that OP is using the RStudio IDE, and indeed it would be best to ask them for assistance if that is the case. rmarkdown != RStudio rmarkdown != editor rmarkdown == package on CRAN. On February 5, 2020 8:09:35 AM PST, Bert Gunter <bgunter.4567 at gmail.com> wrote:>Try posting this at the RStudio Help site, as R Markdown is part of the >ecosystem they have created and support. > > >Bert Gunter > >"The trouble with having an open mind is that people keep coming along >and >sticking things into it." >-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) > > >On Wed, Feb 5, 2020 at 7:44 AM Tao Z <ctfy0312 at gmail.com> wrote: > >> Hi, >> >> In R, we know how to autocomplete a function name or some arguments >in the >> function. I usually use ?Tab? to achieve this. >> But when I was preparing my math homework using R Markdown, I want to >> achieve similar results: for example, >> >> I want to autocomplete $\frac{}{}$ when I only typed $\fr$. I tried >?Tab >> or Command+Space?, but none of them work. >> >> Does anyone know if we have autocomplete option for R markdown latex? >If >> we do, what keyboard should I use? Thanks >> >> >> >> [[alternative HTML version deleted]] >> >> ______________________________________________ >> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >> https://stat.ethz.ch/mailman/listinfo/r-help >> PLEASE do read the posting guide >> http://www.R-project.org/posting-guide.html >> and provide commented, minimal, self-contained, reproducible code. >> > > [[alternative HTML version deleted]] > >______________________________________________ >R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >https://stat.ethz.ch/mailman/listinfo/r-help >PLEASE do read the posting guide >http://www.R-project.org/posting-guide.html >and provide commented, minimal, self-contained, reproducible code.-- Sent from my phone. Please excuse my brevity.