-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME.Rmd
More file actions
37 lines (25 loc) · 1.69 KB
/
README.Rmd
File metadata and controls
37 lines (25 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# DisplayR
[](https://github.com/jpcompartir/DisplayR/actions/workflows/R-CMD-check.yaml) [](https://github.com/jpcompartir/DisplayR/actions/workflows/pkgdown.yaml)
------------------------------------------------------------------------
DisplayR is SAMY Data Science's comprehensive package for data visualisation, offering a wide array of functions tailored to meet various data visualisation needs. This versatile package aims to improve data presentation and communication by providing visually engaging and informative graphics.
The package caters to a diverse set of visualisation requirements, including static and interactive data visualisation, tables, and seamless PowerPoint integration with R. DisplayR streamlines the process of creating and customising charts and plots, enabling users to efficiently produce visuals that effectively convey the insights and patterns hidden within their data.
## Installation
You can install the development version of DisplayR from [GitHub](https://github.com/) with:
```{r, eval = FALSE}
# install.packages("devtools")
devtools::install_github("jpcompartir/DisplayR")
```
------------------------------------------------------------------------
<img src="man/figures/samy_banner.png" alt="SAMY Data Science" width="100%"/>