Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[statet-users] Fwd: [StatET-user] Shortcut Data view

Hello

in former time following snippets was working

statet.openInEditor(${r_object_name})

for opening an r-objekt directly in the data viewer. But now I get following error:

Fehler in statet.openInEditor(daten) :
  konnte Funktion "statet.openInEditor" nicht finden

Is there another function to open an object in the data-viewer?

Thanks,
Christian


-------- Weitergeleitete Nachricht --------
Betreff: AW: [StatET-user] Shortcut Data view
Datum: Sat, 3 Nov 2018 15:35:17 -0500
Von: Christian Oswald <christian@xxxxxxxxxxxxxxx>
An: 'StatET-user' <statet-user-bounces@xxxxxxxxxxxxxxxxxxxxxxxxxxx>


Perfekt,

thanks,

Christian


-----Ursprüngliche Nachricht-----
Von: Stephan Wahlbrink [mailto:stephan.wahlbrink@xxxxxxxxxx]
Gesendet: Samstag, 3. November 2018 14:53
An: Christian Oswald <christian@xxxxxxxxxxxxxxx>;
statet-user@xxxxxxxxxxxxxxxxxxxxxxxxxxx
Betreff: Re: [StatET-user] Shortcut Data view

Hi Christian,

you can create an R Code Snippet with:

> statet.openInEditor(${r_object_name})

and assign a keyboard binding to the snippet.

An alternative with using the mouse but without going over the object
browser: the information hover in the R editor (with str information) also
has a button for the data viewer.

Regards,
Stephan


[03.11.2018 16:40] Christian Oswald wrote:
Hi,

is there a shortcut to open the data view direct from the editor - for
example the object under the cursor? Without going over the object
browser and F3



Thanks,

Christian

Back to the top