Fabric Auto-scale

Auto-scale, Pause or Resume a Fabric Capacity on a time-based schedule by deploying an ARM template

Auto-scale, pause, or resume a Fabric Capacity on a time-based schedule. This ARM template lets you run a capacity when you need it, and fall back to a lower tier or pause the capacity outside peak hours. This way, you can trial higher performance on a pay-as-you-go basis instead of immediately committing to a more expensive, always-on tier.

[Read More]

Reporting in R

using R Markdown and knitr

Reporting your R-script can be done in a matter of seconds by using knitr or R Markdown. These libraries were created to quickly show your R-code as well as results in a wide variety of document types. Knitr can be used to automatically create a report of an existing R-script. R Markdown uses knitr in combination with markdown to create more customised reports.

R-Reporting

[Read More]

Markdown

An easy-to-read, easy-to-write plain text format

Markdown is mostly used as a text-to-HTML conversion tool for web writers. After writing using plain text format, your markdown document can be converted to structurally valid XHTML (or HTML). For instance, GitHub uses markdown to preview readme’s. Also the posts on this blog are written in markdown.

[Read More]