Closed ldliao closed 9 months ago
@ldliao Good idea! What is an example of this? I can't think of a function that would come up in R fundamentals that doesn't have an output
@pssachdeva did you have a specific example you wanted to mention or just the warning to be included?
You can do rm()
which is covered in that same section
line 84
⚠️ Warning: Not all functions have inputs or arguments - for example, the
ls()
function doesn't require an input but still gives us an output.should also include a warning for not all function has an output (with example)