首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何返回到Swirl()课程中的上一步?

如何返回到Swirl()课程中的上一步?
EN

Stack Overflow用户
提问于 2017-11-25 03:49:36
回答 1查看 747关注 0票数 2

我正在做一个线性回归课程,目前我正在创建虚拟变量。几天前我中途停止了它,现在又恢复了它。我想后退一步,这样我就能记住发生了什么。

EN

回答 1

Stack Overflow用户

发布于 2020-06-20 12:27:08

我来晚了一点,但供将来参考:这不在选项中。您可以查看可以使用info()执行的所有可能操作,它返回:

代码语言:javascript
复制
| When you are at the R prompt (>):
| -- Typing skip() allows you to skip the current question.
| -- Typing play() lets you experiment with R on your own; swirl will ignore
| what you do...
| -- UNTIL you type nxt() which will regain swirl's attention.
| -- Typing bye() causes swirl to exit. Your progress will be saved.
| -- Typing main() returns you to swirl's main menu.
| -- Typing info() displays these options again.

因此,最好的方法是输入:main(),然后多次使用skip()以获得所需的结果。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/47479271

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档