[R] if-else that returns vector

Ben Bolker bbo|ker @end|ng |rom gm@||@com
Thu Oct 12 22:26:56 CEST 2023


  how about

if(T) c(1,2,3) else c(5,6)

?

On 2023-10-12 4:22 p.m., Christofer Bogaso wrote:
> Hi,
> 
> Following expression returns only the first element
> 
> ifelse(T, c(1,2,3), c(5,6))
> 
> However I am looking for some one-liner expression like above which
> will return the entire vector.
> 
> Is there any way to achieve this?
> 
> ______________________________________________
> R-help using r-project.org mailing list -- To UNSUBSCRIBE and more, see
> 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.



More information about the R-help mailing list