[go: nahoru, domu]

Skip to content
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

modeVoid(...) #303

Closed
kevinrue opened this issue Jul 18, 2019 · 1 comment
Closed

modeVoid(...) #303

kevinrue opened this issue Jul 18, 2019 · 1 comment

Comments

@kevinrue
Copy link
Member

A mode that - no matter the preconfigured panel parameters - launches an app with no panel initially visible.

Basically just a shorthand for:

initialPanels <- DataFrame(Name=character(0), Width=integer(0), Height=integer(0))
iSEE(..., initialPanels=initialPanels)

I would expect this to become a popular mode to launch "empty" apps rapidly (as there are no plots to render) with users adding necessary panels, in contrast to the current behaviour of iSEE() which generates a panel of each type (time consuming) with users removing panels (wasting more time rendering the interface again).

Note: Incidentally, if we're thinking of implementing more modes, I also propose to rename modes mode_<name> (snake_case), in contrast to the current mode<Name> (camelCase). Opinions?

@federicomarini
Copy link
Contributor

More than opinions, data survey 😄
https://github.com/chainsawriot/rstyle/blob/master/user2019_poster.pdf

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

No branches or pull requests

2 participants