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

Update supercells documentation.R #40

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

spono
Copy link
Contributor

@spono spono commented Aug 27, 2024

Hi,
I was willing to test some more averaging functions but I noticed that, differently from the internally implemented functions, R functions like plain base::mean() or stats::median() return the following error:

Error in median.default() : argument "x" is missing, with no default

I thought it might have been a problem with the function interpreter but, testing a bit, I realised that it was related to the missed use of double quotes. This update targets this "issue" for users' clarity due to the fact that, within other packages, functions are interpreted without quotes and my above experience might lead others to erroneous interpretation of the help info.
HTH!

@spono spono mentioned this pull request Aug 27, 2024
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.

1 participant