|
You are here |
patchwork.data-imaginist.com | ||
| | | | |
pillar.r-lib.org
|
|
| | | | | glimpse() is like a transposed version of print(): columns run down the page, and data runs across. This makes it possible to see every column in a data frame. It's a little like str() applied to a data frame but it tries to show you as much data as possible. (And it always shows the underlying data, even when applied to a remote data source.) See format_glimpse() for details on the formatting. | |
| | | | |
davidgohel.github.io
|
|
| | | | | Use a grammar for creating and customizing pretty tables. The following formats are supported: HTML, PDF, RTF, Microsoft Word, Microsoft PowerPoint and R Grid Graphics. R Markdown, Quarto and the package officer can be used to produce the result files. The syntax is the same for the user regardless of the type of output to be produced. A set of functions allows the creation, definition of cell arrangement, addition of headers or footers, formatting and definition of cell content with text and or images. The package also offers a set of high-level functions that allow tabular reporting of statistical models and the creation of complex cross tabulations. | |
| | | | |
123ash.wordpress.com
|
|
| | | | | These are some of the code snippets that I often need while using ggplot2 library. Increasing the font size of text to around 20 Rotating the labels so they are visible in case they are very long library(tidyverse) mtcars %>% ggplot(aes(x = reorder(row.names(mtcars), mpg), y = mpg, fill = mpg)) + geom_point() + theme_bw() +... | |
| | | | |
extinctionrebellion.uk
|
|
| | | Six protestors arrested as insurer's office is chalk-sprayed, the famous Gherkin building is occupied and insurance CEOs are branded climate criminals by a video van tour of the City of London as day two of Extinction Rebellion's Insure Our Survival week hits the streets. | ||