B. Ogan Mancarcı
B. Ogan Mancarcı
My [R port of zdog](https://github.com/oganm/rdog) does this by using headless chrome to record images and merging them into a gif. It is not perfect but it works:  The relevant...
You can place any element to the header if you trick the dashboard into thinking its a dropdown menu ```r dashboardHeader( tags$li(tags$a(href = 'https://www.google.com',tags$img(src = 'https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_92x30dp.png')), class= 'dropdown')) ``` Note...
Aah I guess I assumed that line was a mere suggestion. Thanks!
Did you try installing the development version? Did it cause any changes in the behaviour of the function? If you are using the CRAN version, could you tell us what...
This needs to be tested before I add it in properly but please try. A current limitation is if the newline begins with "Field" it will fail. This (at least...
Todo --------- - [ ] check for multiline field names - [ ] check if there is an escape character for field types built into the format - [ ]...
Probably related to slash directions on the filepath
no no. it's our fault if R/unix style slashes break things on windows. I just wrote it as the potential issue to return for a fix later
About it hanging itself, does it happen on the mac? See #7 if it does. About the slash issue, were you actually able to fix it by changing slash directions?...
Could you give me the path that failed. Because based on my experimentation in windows, it works with any combination of `\`s and `/`s. I tried to replicate your code...