FreesearchR/vignettes/FreesearchR.Rmd

75 lines
2 KiB
Text
Raw Normal View History

2025-03-17 15:00:13 +01:00
---
2025-03-19 09:14:36 +01:00
title: "FreesearchR"
2025-03-17 15:00:13 +01:00
output: rmarkdown::html_vignette
vignette: >
2025-03-19 09:14:36 +01:00
%\VignetteIndexEntry{FreesearchR}
2025-03-17 15:00:13 +01:00
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE,eval = FALSE)
```
2025-03-19 09:14:36 +01:00
# Getting started with ***FreesearchR***
2025-03-17 15:00:13 +01:00
2025-03-19 09:14:36 +01:00
Below is a simple walk-trough and basic instructions for the functions on the FreesearchR app.
2025-03-17 15:00:13 +01:00
## Launching
The easiest way to get started is to launch [the hosted version of the app on shinyapps.io (click this link)](https://agdamsbo.shinyapps.io/freesearcheR/).
Additionally you have the option to run the app locally with access to any data in your current working environment.
2025-03-19 09:14:36 +01:00
To do this, open *R* (or RStudio or similar), and run the following code to install the latest version of ***FreesearchR*** and launch the app:
2025-03-17 15:00:13 +01:00
2025-03-19 09:14:36 +01:00
```{r}
2025-03-17 15:00:13 +01:00
require("pak")
2025-03-19 09:14:36 +01:00
pak::pak("agdamsbo/FreesearchR")
library(FreesearchR)
FreesearchR::launch_FreesearchR()
2025-03-17 15:00:13 +01:00
```
As a small note, a standalone Windows app version is on the drawing board as well, but no time frame is available.
## Importing data
Once in the app and in the "*Import*", you have three options available for importing data: file upload, REDCap server export and local or sample data.
After choosing a data source, you can set a threshold to filter data be completenes and further manually specify variables to include for analyses.
### File upload
Currently several data file formats are supported for easy import (csv, txt, xls(x), ods, rds, dta). If importing workbooks (xls(x) or ods), you are prompted to specify sheet(s) to import. If choosing multiple sheets, these are automatically merged by common variable(s), so please make sure that key variables are correctly named identically.
### REDCap server export
### Local or sample data
2025-03-17 21:13:49 +01:00
## Evaluate
### Baseline
### Correlation matrix
## Visualise
- Would be nice to have a table of possible plots, their description and data options
## Regression
## Download
### Report
### Data
### Code