Page 1 of 1

decimal symbol

Posted: Fri Jan 16, 2026 11:10 am
by vjalby
Hi all,

I wonder how I could get the value of the (new) jamovi decimal symbol option (comma, dot) from a R script ?

Thanks.

Re: decimal symbol

Posted: Sat Jan 17, 2026 2:28 pm
by yurismol
decopt <- getOption("OutDec")

Re: decimal symbol

Posted: Sat Jan 17, 2026 5:35 pm
by vjalby
Thanks yurismol. But I think it gives R default. Not jamovi's default. Actually, I found it :

Code: Select all

self$options$decSymbol

Re: decimal symbol

Posted: Sun Jan 18, 2026 5:05 am
by jonathon
i actually think both will work ... jamovi sets the 'OutDec' option ...