bsc

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

root / semester_1 / R / Code / R_Code-2.r

R_Code-2.r (193B)


      1 # How do you declare an explicitly integer variable (e.g., the number 14) 
      2 # so that its class returns "integer" instead of the default floating-point "numeric"? 
      3 
      4 num <- 12L
      5 print(class(num))
© 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