README.md

roo

Package de demo des classes sous R

Le nom roo viens de "object oriented programming in R"

Intallation sur poste client

install.packages("devtools")
library(devtools)
install_github("sebastien45/roo")

Utilisation

library(roo)
rbiohello()
rbiodemo()
a=Account$new()
a

Documentation OO

R packages by Hadley Wickham http://r-pkgs.had.co.nz/



sebastien45/roo documentation built on May 18, 2019, 3:39 a.m.