Possible Bug?

Discuss the jamovi platform, possible improvements, etc.
Post Reply
rheredia@tamiu.edu
Posts: 41
Joined: Fri Feb 09, 2018 3:41 pm

Possible Bug?

Post by rheredia@tamiu.edu »

Dear Friends,

I am connecting jamovi to R (using R-studio).
> library(jmvconnect)

When I open the "xxx.omv" directly, and try to connect it to R
using the command:
> what()

I get this:

Error in dataset$title : object of type 'externalptr' is not subsettable

The solve this problem, I have to open jamovi first, and then open the "xxx.omv" from jamovi

I hope this makes sense.

Thanks!
User avatar
MAgojam
Posts: 421
Joined: Thu Jun 08, 2017 2:33 pm
Location: Parma (Italy)

Re: Possible Bug?

Post by MAgojam »

by rheredia@tamiu.edu » Tue Dec 20, 2022 9:22 pm
The solve this problem, I have to open jamovi first, and then open the "xxx.omv" from jamovi
I hope this makes sense.
Hey @rheredia@tamiu.edu,
makes sense because it's the first step you need to take if you want the sheet data of your .omv file to be available in the RStudio environment.
That is, first open your .omv file of interest from jamovi.
This is a slightly dated mode, but maintained.

Consider that you can also have your .omv file in RStudio, without necessarily opening it from jamovi and for this I recommend you to have a look here (there is something more recent):
https://github.com/sjentsch/jmvReadWrite

You find the jmvReadWrite R package written by Sebastian Jentschke of Team jamovi.
It could be useful and interesting to explore the possibilities.

Cheers,
Maurizio
Post Reply