#' A wrapper to convert csv files to sql files.
#' @description This package converts csv files to sql files.
#' @docType package
#' @name csv2sql
#' @author Jackson Kwok
NULL
#' Pipe operator
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @importFrom magrittr %>%
NULL
#' Compound assignment pipe operator
#' @name %<>%
#' @rdname compound-assignment-pipe
#' @keywords internal
#' @importFrom magrittr %<>%
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.