29361/error-saying-error-source-myfirst-myfirst-14-unexpected-13
I'm trying to source my code with the following command in R
source("myfirst.R")
and i ended up with this error
Error in source("myfirst.R") : myfirst.R:14:2: unexpected '!' 13: 14: ë! ^
Hey @ali, rnorm() function requires an argument, ...READ MORE
This is a very common issue that ...READ MORE
This is a syntax error: Enclose your if ...READ MORE
Write the code in the following way: myfunction ...READ MORE
Basically here we are making an equation ...READ MORE
By assuming that all the values are ...READ MORE
For avoiding rowwise(), I prefer to use ...READ MORE
Basically all we have to do is ...READ MORE
Try formatting your code like this: myfunction <- ...READ MORE
The error means you’re missing out on ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.