.RPRES 파일 확장자
R Presentation File
| 개발사 | The R Project for Statistical Computing |
| 인기도 |
3.0 | 1 투표 |
RPRES 파일이란 무엇인가요?
Presentation file created and used by RStudio, an open source IDE for the R programming language; contains information formatted in Markdown syntax that describes presentation slides based on your .RPROJ file; includes slide titles, author and date, slide content, R code chunks that display code, embedded images, and the slide background color.
추가 정보
RStudio introduced presentations in version 0.98 and they're designed to help you create HTML5 presentations, which are useful for teaching in the classroom setting. The default save location of your presentation is in the folder that was created when you saved your R project. The file extension used by an RStudio project appears as ".Rpres".
참고: To create an R presentation, select New File → R Presentation. You can double-click the RPROJ file to directly open the project.