Skip to content

Commit

Permalink
Merge pull request #13 from adaRn/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
maxconway authored Feb 9, 2020
2 parents 742e1e9 + 43d9343 commit 9fb5503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ If you want more control, you might want to use something like:
``` r
url <- 'docs.google.com/spreadsheets/d/1I9mJsS5QnXF2TNNntTy-HrcdHmIF9wJ8ONYvEJTXSNo'
a <- gsheet2text(url, format='csv')
b <- read.csv(a, stringsAsFactors=FALSE)
b <- read.csv(text=a, stringsAsFactors=FALSE)
```

This way the table can be cleaned before parsing, and different options can be used in parsing.
Expand Down

0 comments on commit 9fb5503

Please sign in to comment.