[{{mminutes}}:{{sseconds}}] X
Пользователь приглашает вас присоединиться к открытой игре игре с друзьями .
Managing R Workspace
(0)       Используют 2 человека

Комментарии

Ни одного комментария.
Написать тут
Описание:
Functions for managing the R workspace
Автор:
anclaw
Создан:
14 октября 2018 в 14:10 (текущая версия от 14 октября 2018 в 14:20)
Публичный:
Нет
Тип словаря:
Тексты
Цельные тексты, разделяемые пустой строкой (единственный текст на словарь также допускается).
Содержание:
1 getwd() - Lists the current working directory. setwd("mydirectory") - Changes the current working directory to mydirectory. ls() - Lists the objects in the current workspace. rm(objectlist) - Removes (deletes) one or more objects. help(options) - Provides information about available options. options() - Lets you view or set current options. history(#) - Displays your last # commands (default = 25). savehistory("myfile") - Saves the commands history to myfile (default = .Rhistory). loadhistory("myfile") - Reloads a command's history (default = .Rhistory). save.image("myfile") - Saves the workspace to myfile (default = .RData). save(objectlist, file="myfile") - Saves specific objects to a file. load("myfile") - Loads a workspace into the current session. q() - Quits R. You'll be prompted to save the workspace.

Связаться
Выделить
Выделите фрагменты страницы, относящиеся к вашему сообщению
Скрыть сведения
Скрыть всю личную информацию
Отмена