Articles by ArData

Shiny Modules (part 3): Dynamic module call

June 30, 2019 | ArData

On the previous post “Share reactive among multiple modules” we showed how to send/get data to/from modules. Now that toying with modules has no more secret for you. You may want to call one module multiple times without having to explicitly code it ? On this article we will ... [Read more...]

News from ggiraph

May 23, 2019 | ArData

ggiraph 0.6.1 has evolved, this post presents work that has been done recently. ggiraph, what is it? The ggiraph package lets you work with ggplot and produce interactive graphics. The number of features is low and ggiraph usage is simple. The three features to be aware of are: ability to animate ...
[Read more...]

Save a flextable as an image

May 22, 2019 | ArData

flextable 0.5.4 is now on CRAN. It contains a new output option that some users were asking: image output. You can now save a flextable as a png or pdf file with function save_as_image. The solution was existing since a long time but was buried in a stackoverflow question ...
[Read more...]

Shiny Modules (part 2): Share reactive among multiple modules

April 25, 2019 | ArData

On the previous post we showed why modules are usefull to build Shiny applications. We also saw a first minimal “Hello-World” example. It can get difficult to share reactive from/to modules. On this post we will see the 3 most common use cases of data workflow: Module → Application Application → Module ...
[Read more...]

Shiny Modules (part 1) : Why using modules ?

February 10, 2019 | ArData

Short introduction to Shiny modules Building complex Shiny application can lead to code duplication. Shiny modules are the solution to this code duplication. A Shiny module is a piece of a Shiny app reusable inside more complex app. Thus, a module can be seen as a function that could be ...
[Read more...]

flextable 0.4.0 is out

January 10, 2018 | ArData

The package flextable is existing since mid 2016 and I did not made any communication about it; obviously if I wrote it, I’d like it to be used by R users! That post is an attempt to fix that. The flextable package makes it simpler to create tables for reporting ...
[Read more...]

officer version 0.1.6

September 12, 2017 | ArData

It’s time to announce the release of officer version 0.1.6. It allows to generate Microsoft documents from R; supported formats are Word and PowerPoint. It does come with other new packages1: flextable: produces sophisticated tables. rvg: produces vector graphics for PowerPoints mschart: produces native Microsoft charts Package officer is the ...
[Read more...]

ggiraph 0.3.3 is out

March 28, 2017 | ArData

I am excited to announce the release of ggiraph version 0.3.3. The package did not evolved that much within the last months as I was busy on other projects. I finally found time last week to work on it. The new version fixes an issue with pan effect (that was not ... [Read more...]

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)