bsc

Comprehensive codebase and cou...
Log | Files | Refs | Activity | README | LICENSE

root / semester_1 / R / Code / R_Prac-3.r

R_Prac-3.r (101B)


      1 # Print elements of vector using for loop.
      2 
      3 sample <- c(1:6)
      4 for(elem in sample) {
      5     print(elem)
      6 }
© notamitgamer • Site Built: 2026-09-05 01:53:16 UTC • git-mirror commit: c170d72 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror