logo
  • 教程列表
  • SO官方文檔
  • R 語言入門
    • 安裝 R.
    • Hello World
    • 獲得幫助
    • 互動模式和 R 指令碼
  1. StackOverflow 文件
  2. R Language 教程
  3. R 語言入門
  4. 獲得幫助

獲得幫助

Created: November-22, 2018

你可以使用函式 help() 或 ? 訪問文件並在 R 中搜尋幫助。對於更一般的搜尋,你可以使用 help.search() 或 ??。

#For help on the help function of R
help()

#For help on the paste function
help(paste)    #OR
help("paste")  #OR
?paste         #OR
?"paste"

有關其他資訊,請訪問 https://www.r-project.org/help.html

  • 互動模式和 R 指令碼
  • Hello World

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明