-
Notifications
You must be signed in to change notification settings - Fork 427
Open
Description
Can you please explain below statement:
if(grep("specdata", directory) == 1) {
directory <- ("./specdata/")
print(directory)
}
I have doubt in specifically understanding if(grep("specdata", directory) == 1).. Is it comparing "specdata" with the argument directory and if it's the same then directory being assigned to the current working directory?? Please reply asap.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels