#' \pkg{configoptions} an R package read a folder with configs into options
#'
#' \code{configoptions} an R package read a folder with configs into options
#' default path is **/etc/config/**, ./config/**, ./config.yml
#'
#' @docType package
#' @name configoptions
#' @import yaml
NULL
options(stringsAsFactors=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.