Skip to content

Commit

Permalink
Update FAQ.md
Browse files Browse the repository at this point in the history
  • Loading branch information
derekfranks committed Sep 19, 2014
1 parent e3e4279 commit 662b88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You're correct that there are only 3 parts to assignment 1. The 10 parts could

You didn't assign a default value to `id`. The first line of your function should look exactly like the one in the instructions: `pollutantmean <- function(directory, pollutant, id = 1:332) {`

###5) I get an error stating "unexpected '>'" or "unexpected '{'".
###5) I get an error stating "unexpected '>' " or "unexpected '{' ".

You probably have an open `(` somewhere in your code. Double check it with a fine tooth comb to make sure you've closed all of your `()`, `{}`and `[]`.

Expand Down

0 comments on commit 662b88f

Please sign in to comment.