Skip to content

Commit

Permalink
Merge pull request #2942 from peteowen1/patch-2
Browse files Browse the repository at this point in the history
Fix Typo
  • Loading branch information
GitHubber17 authored Mar 27, 2019
2 parents 7821932 + d87aa6a commit 2fc82b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rtvs/r-projects-in-visual-studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ If you have an existing folder of *.R* files that you want to manage in a projec

1. Create a new project in Visual Studio as in the previous section.
1. Copy your files into the project folder.
1. In the Visual Studio Solution Explorer, right-click the project, select **Add** > **Exiting Item**, and browse to the files you want to add. Those files appear in your project tree after selecting **OK**.
1. In the Visual Studio Solution Explorer, right-click the project, select **Add** > **Existing Item**, and browse to the files you want to add. Those files appear in your project tree after selecting **OK**.
1. To organize code into subfolders, right-click the project, select **Add** > **New Folder** first, then copy your files into that folder and add those existing items in step 3.

## Project properties
Expand Down

0 comments on commit 2fc82b2

Please sign in to comment.