Description Usage Arguments Examples
초중등 통계 데이터셋을 만든 데이터 파일을 가져온다. 메뉴에서 해당 파일 이름을 선택하면, 지정한 경로에 파일이 복사된다.
1 | get_rawdata(dest_dir = "inst/extdata")
|
dest_dir |
character. 파일을 가져올 디렉토리 경로. 기본값은 "."으로 현재 디렉토리 |
1 2 3 4 5 6 7 8 | ## Not run:
# `inst/extdata` 디렉토리 경로에 데이터 파일을 복사한다.
get_rawdata()
# c:/temp에 선택한 데이터 파일을 복사한다.
get_rawdata("c:/temp")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.