Closed philipbaileynar closed 2 years ago
Boolean API parameters accept R boolean values (i.e. TRUE or FALSE) as well as 1 and 0.
NAMCr::save("createProject", projectName="testProject2", isPrivate=TRUE, description="testing R API code")
I think I just found an issue though for false boolean values where they might not be formatted properly. I will include a fix for this tonight #10.
@courtwrightj01 is trying to make the following call:
How should she specify the boolean
isPrivate
argument? She is getting “expected type Boolean, found FALSE".