Dear R forum,
I have a function which generates say two outputs, say output_1 and output_2.
Output_1 is a single row output whereas Output_2 is a dataframe having multiple
records. Is it possible to use two return statements in function. Output_2 uses
some records from output_1, hence I need to have these outputs generated from
the same function.
Thanking in advance
With warm regards
Katherine
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.