R > help.search() > 함수 및 데이터 세트 보기 > help.search("Titanic")/help.search("datasets")

2213 단어 RRStudio#migrated
운영 환경
RStudio 0.99.903 on Windows 7 pro
R version 3.3.1 

help.search()라는 것으로 함수의 도움말을 표시할 수 있다는 것.
> help.search("Titanic")


> help.search("datasets")



datasets로 검색하면 다양한 샘플 데이터가 발견되었다.
> head(boot::bigcity)
    u   x
1 138 143
2  93 104
3  61  69
4 179 260
5  48  75
6  37  63

좋은 웹페이지 즐겨찾기