--- title: "Introduction to HIViz" output: rmarkdown::html_vignette vignette: > %\VignetteIndexEntry{Introduction to HIViz} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8} --- ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = TRUE) ``` # Welcome to HIViz This Vignette Introduces the HIViz Package. ## What is HIViz? HIViz is a Shiny Dashboard Application Designed for Visualizing HIV-Related Data. ## How to Launch the App You Can Launch the Shiny App Directly from R Using: ```r library(HIViz) launchApp() ``` ## Using your own data You can upload your own dataset in Excel (.xlsx) or SPSS (.sav) format in the app. ## Sample data Alternatively, you can use the included sample data for exploration. For more information, visit the package [GitHub](https://github.com/AtefehRashidi/HIViz) page.