-
Notifications
You must be signed in to change notification settings - Fork 24
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
here(NA) treats NA as "NA" #66
Comments
This will need importing fs to replace |
I wonder if we should throw an error if one of the inputs is |
Interestingly, |
- `find_root_file()` propagates `NA` values in path components (#66).
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary. |
I would expect the output of
here::here(NA)
to beNA
, or maybe the same ashere::here()
, but not a path ending with the characters "NA"..The text was updated successfully, but these errors were encountered: