#' Powers.
#'
#' This package was created for a STAT547 assignment to practice developing packages in R.
#' It contains two functions, log_10 and cube. These can be used to calculate the log base ten of and cubed values of a vector.
#' There is more detail about this package in the vignette file.
#'
#' @name Powers
#' @docType package
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.