Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use missing instead of is.null in cras_write() #11

Closed
jospueyo opened this issue Apr 4, 2023 · 0 comments
Closed

Use missing instead of is.null in cras_write() #11

jospueyo opened this issue Apr 4, 2023 · 0 comments

Comments

@jospueyo
Copy link
Collaborator

jospueyo commented Apr 4, 2023

allow the file parameter to be empty in cras_write() (not important): check if the file parameter has been assigned with if (missing(file)) instead of if(is.null(file))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant