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

Add openxlsx2.na.strings option #968

Merged
merged 4 commits into from Mar 14, 2024
Merged

Add openxlsx2.na.strings option #968

merged 4 commits into from Mar 14, 2024

Conversation

olivroy
Copy link
Collaborator

@olivroy olivroy commented Mar 13, 2024

I was thinking about something more like this.

I strongly feel about not having an option overriding a parameter passed (other than the default)

If option is set and na.string is not supplied: use the option
If option is set and na.string is supplied: use na.strings
If option is not set and na.string is not use default.

Amends to #473 and addresses #20

R/write.R Outdated Show resolved Hide resolved
@JanMarvin
Copy link
Owner

I see why you want it this way. Since I have no preference, I’m equally happy with this PR!

@olivroy olivroy changed the title Add openxlsx2.nastrings option Add openxlsx2.na.strings option Mar 14, 2024
R/write.R Outdated Show resolved Hide resolved
R/write.R Outdated Show resolved Hide resolved
@JanMarvin
Copy link
Owner

Looks good to me! Thanks

@olivroy olivroy merged commit 66110d2 into main Mar 14, 2024
9 checks passed
@olivroy olivroy deleted the nastrings branch March 14, 2024 15:07
@olivroy olivroy linked an issue Apr 11, 2024 that may be closed by this pull request
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

Successfully merging this pull request may close these issues.

custom na.string when writing
2 participants