R Notebooks are new feature of RStudio, and are currently available only in the RStudio Preview Release.
Questions tagged [rnotebook]
219 questions
0
votes
1 answer
r notebook plotting with lines
When plotting some lines via lines to an existing plot object in plain R this works just fine. However, in R notebooks from Rstudio this will fail. How can I use this functionality in notebooks?

Georg Heiler
- 16,916
- 36
- 162
- 292
0
votes
2 answers
R Notebooks not evaluating chunks
I'm trying out the new R notebooks feature in Rstudio, but the chunks are not evaluating. When I preview the minimal example featured in rstudio (when you start a new file) the window says explicitly;
Try executing this chunk by clicking the *Run*…

eflores89
- 339
- 2
- 10
- 27
0
votes
1 answer
Display Only Reduced Part of Text Output in R Notebook
When displaying output of an R Notebook, a text output will be displayed in its entirety. Is there a way to display only the first part of the text output, to get the "gist" of what is being output?
As an example, the output below shows a block of…

Adam_G
- 7,337
- 20
- 86
- 148
-1
votes
2 answers
How to make a public google colab notebook for every individual users?
I would like to create a public Google Colab notebook that people can use and access that document, but I am not sure how to create a notebook that is Publically available on google collab.
Can Anyone here help me to make the Public Google collab…

Prahlad
- 1
-1
votes
1 answer
Why do I keep getting an error when trying to import my file?
I'm trying to read csv file using R notebook and keep getting this error:
Error: 'Examples/data/starbucks.csv' does not exist in current
working directory ('C:/Users/c227466/Desktop')
I'm not sure what's going on!
This is the code I…

RazK
- 11
- 2
-1
votes
1 answer
"function not found" preventing knitting to HTML
I wanted to make an R notebook containing a map, but I can't knit it to HTML. I am getting the following error:
Error: could not find function "plot_my_connection"
I tried to find a package I could use, but I couldn't find anything.
What edits are…

iga
- 1
-1
votes
1 answer
Is there a way to check if a SIM card is inserted in a Notebook?
We would like to do a statistic, over all notebooks, to check if they have a SIM card inserted.
Is there a way to check this?
I played already around with netsh, but maybe is there an easy query, just for checking if a SIM is inserted.

ITRevSup
- 1
- 1
-1
votes
1 answer
How to print a character vector 'pretty' in R Markdown?
Is there a function such as kable to output character vectors in a way that doesn't look as ugly as the default console type?

Carmen Sandoval
- 2,266
- 5
- 30
- 46