## ----params, include = FALSE--------------------------------------------------
knitr::opts_chunk$set(
    collapse = TRUE,
    comment = "#>",
    crop = NULL
)

## ----load, message = FALSE----------------------------------------------------
library(QFeaturesGUI)

## ----import, echo = FALSE, out.width="100%", fig.cap="A view of the import section."----
knitr::include_graphics("screenshots/import.png")

## ----conver, echo = FALSE, fig.cap="A view of the conversion and download sections."----
knitr::include_graphics("screenshots/conversion_download.png")

## ----sessInfo-----------------------------------------------------------------
sessionInfo()

