You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/rtvs/r-projects-in-visual-studio.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ The *rproject.rproj* file maintains certain R-specific project settings that are
43
43
| NumSpacesForTab | 2 | The number of spaces to insert if UseSpacesForTab is Yes. |
44
44
| Encoding | UTF-8 | The default encoding for `.R` files. |
45
45
| RnwWeave | Sweave | Package to use when weaving a Rnw file. |
46
-
| LaTeX | pdfLaTeX | Library to use when converting RMarkdwon to PDF. |
46
+
| LaTeX | pdfLaTeX | Library to use when converting RMarkdown to PDF. |
47
47
48
48
### Converting a folder of files to an R project
49
49
@@ -94,7 +94,7 @@ RTVS includes a number of templates for specific file types. You access template
94
94
| R Documentation | A generic R documentation file containing only name, alias, and title fields. |
95
95
| R Documentation (Function) | An R documentation file containing many fields with comments for describing a function. |
96
96
| R Documentation (Dataset) | An R documentation file containing many fields with comments for describing a dataset. |
97
-
| SQL Query |And empty *.sql* file. See [Work with SQL Server and R](integrating-sql-server-with-r.md). |
97
+
| SQL Query |An empty *.sql* file. See [Work with SQL Server and R](integrating-sql-server-with-r.md). |
98
98
| Stored Procedure with R | An R file with child SQL Query and child stored procedure template file. See [Work with SQL Server and R](integrating-sql-server-with-r.md). |
0 commit comments