Error in R script syntax

Asked

Viewed 29 times

0

all right? I reckon so

Please, I can’t move forward by writing this command:

flt <- filter(grade.ac,st_contains(ac,grade.ac,sparse = (FALSE)) 

The R informs: "Unmatched Opening Bracket "(" ...

Kindly, I ask for guidance if possible to overcome this detail, very grateful!

1 answer

1

Missed you close a parenthesis, you opened 3 and closed only 2.

flt <- filter(grade.ac,st_contains(ac,grade.ac,sparse = (FALSE)))

Browser other questions tagged

You are not signed in. Login or sign up in order to post.