# Package info ------------------------------------------------------------
#' datavyur: An R Package for managing exported Datavyu files
#'
#' A set of R functions to easily manage coded data exported
#' from the Datavyu software
#'
#' To see the documentation on how to use this package, run the following
#' code in the console:
#' \cr\cr `vignette("tutorial", package="datavyur")` \cr\cr
#' This will pull up the R vignette "tutorial" and demonstrate
#' how to use the set of exported functions.
#' @import data.table
#' @docType package
#' @name datavyur
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.