Skip to content

Commit e1c4eae

Browse files
committed
Update examples.do
1 parent ab6a2a4 commit e1c4eae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/examples.do

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ insheet using "`t2'", comma clear
3737
erase "`t2'"
3838

3939
* Example 3: expanding ~ to user's home directory (unix/mac only)
40-
* Note: for this example to work, rscript Github folder must be placed in user's home directory)
40+
* Note: for this example to work, the /rscript folder must be placed in user's home directory)
4141
if "`c(os)'"!="Windows" {
4242
rscript using "~/rscript/test/example_1.R", args("Hello World!" "`t2'")
4343
confirm file "`t2'"

0 commit comments

Comments
 (0)