PowerPoint プレゼンテーション

(1)
> Lst <- list(name=“Fujii”,age=21)
> data.frame(Lst)
(2) > attach(Lst)
> seach()
> detach(Lst)
6
章
の
答
へ
・
・
・