Victor Perrier

Results 370 comments of Victor Perrier

Actually I found a way, re-install from GitHub then use `scale` argument like `capture(..., scale = 2)`

I added an option to send image as base64 string to the server when button is clicked: ```r capture( selector = "#result-block", filename = NULL, # no download client side...

Hello, The package template was more an example to show that you can change the names of directories created. If you want to create the necessary structure for a R...

Hi Jose, Apparently you have to use the namespace of the function `utils::installed.packages` (although it is a function from base R). With your previous list of directories, the display may...

This is a weird error! Not a real answer, but you can skip the line with `default = rownames(utils::installed.packages()),`, e.g. : ```r my_custom_params

Hello, That's indeed a good idea, I'll look into it or you can make a PR if you want! Victor

Hello, Can you be more specific ? What's the R code producing this error ? Victor

Salut! Oui pour l'instant cela ne fonctionne qu'avec des packages compatibles avec `DBI`, as-tu essayé de te connecter à ta BDD avec le package `odbc` ? https://db.rstudio.com/odbc/ Probablement qque comme...

No, only checked/selected nodes are returned. Victor

Hello, You can create IDs into your data for each levels, and then specify to `create_tree` which columns contains ID. Here's an example: ```r library(shiny) library(shinytreeview) mydata