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

Turn off Google analytics ? #49

Open
iainmwallace opened this issue Aug 9, 2024 · 1 comment
Open

Turn off Google analytics ? #49

iainmwallace opened this issue Aug 9, 2024 · 1 comment

Comments

@iainmwallace
Copy link

Wonderful package!!

Is it possible to turn off the google analytics option in toastui via ?

According to some documentation they use GA to track usage of the open source library and it can be turned off via a configuration option

Thanks!

https://github.com/nhn/tui.grid/blob/master/packages/toast-ui.grid/README.md#

const options = {
// ...
usageStatistics: false
};

const instance = new Grid(options);

@pvictor
Copy link
Member

pvictor commented Aug 12, 2024

Hello,

Thank you !
You can pass options to JS Grid function like this :

datagrid(rolling_stones_50, usageStatistics = FALSE)

I've turn off option usageStatistics by default for datagrid in the dev version, so you won't have to specify the argument in the next CRAN release.

Victor

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