美文网首页
R-studio常用命令

R-studio常用命令

作者: 又是一只小菜鸟 | 来源:发表于2018-11-26 10:35 被阅读12次

    # Display the current working directory

    getwd();

    # If necessary, change the path below to the directory where the data files are stored.

    # "." means current directory. On Windows use a forward slash / instead of the usual \.

    workingDir = ".";

    setwd(workingDir);

    # Load the  package

    library( );

    相关文章

      网友评论

          本文标题:R-studio常用命令

          本文链接:https://www.haomeiwen.com/subject/ezbvqqtx.html