Click here to Skip to main content
15,902,635 members

Comments by Kevin Thomas Oct2022 (Top 4 by date)

Kevin Thomas Oct2022 11-Oct-22 22:28pm View    
I figured it out thank you for your help
Kevin Thomas Oct2022 11-Oct-22 22:09pm View    
I don't understand, can you just show me?
Kevin Thomas Oct2022 11-Oct-22 21:19pm View    
mariostairs <- function(n){
for (i in 1:n) {
cat('x',sep='\n')
}
}

this is the best I can come up with, how can i add an x to each row?
Kevin Thomas Oct2022 11-Oct-22 17:06pm View    
It works for python, how would it be coded in r studio?