Hi all,
I wonder how I could get the value of the (new) jamovi decimal symbol option (comma, dot) from a R script ?
Thanks.
decimal symbol
Re: decimal symbol
decopt <- getOption("OutDec")
Re: decimal symbol
Thanks yurismol. But I think it gives R default. Not jamovi's default. Actually, I found it :
Code: Select all
self$options$decSymbolRe: decimal symbol
i actually think both will work ... jamovi sets the 'OutDec' option ...