Skip to content

Workspace should be shared between code blocks in community examples #283

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
richierocks opened this issue Jan 17, 2017 · 1 comment
Closed

Comments

@richierocks
Copy link

I tried creating a community example for the browser() function.

https://www.rdocumentation.org/packages/base/topics/browser

The example uses several code blocks, but the workspace begins empty for each of them. This means that when you run the second code block, it fails because it forgot about the function that was defined in the first block.

This severely limits the type of examples that you can provide.

@ludov04
Copy link
Contributor

ludov04 commented Jan 18, 2017

Unfortunately, I'm not sure it's possible using the current version of DataCamp Light.
As far as I know, each block use a different session on the multiplexer and so a different docker container.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants