#' An example dataset of one horizontal component time series
#'
#' A list that contains five elements from one horizontal component time series. The example time series is
#' from the processed NGA-West2 time series with RSN = 1100
#' @format A list with five elements
#' \describe{
#' \item{Date}{The date when the record was collected}
#' \item{StationCode}{The code of station where the record was collected}
#' \item{ChannleCode}{The channel that the record was collected}
#' \item{dt}{The time step with unit of second}
#' \item{data}{The acceleration time sereis with unit of g}
#' }
#'
#' @source \url{https://ngawest2.berkeley.edu/}
"h1"
#' An example dataset of one horizontal component time series
#'
#' A list that contains five elements from one horizontal component time series. The example time series is
#' from the processed NGA-West2 time series with RSN = 1100
#' @format A list with five elements
#' \describe{
#' \item{Date}{The date when the record was collected}
#' \item{StationCode}{The code of station where the record was collected}
#' \item{ChannleCode}{The channel that the record was collected}
#' \item{dt}{The time step with unit of second}
#' \item{data}{The acceleration time sereis with unit of g}
#' }
#'
#' @source \url{https://ngawest2.berkeley.edu/}
"h2"
#' An example dataset of vertical component time series
#'
#' A list that contains five elements from vertical component time series. The example time series is
#' from the processed NGA-West2 time series with RSN = 1100
#' @format A list with five elements
#' \describe{
#' \item{Date}{The date when the record was collected}
#' \item{StationCode}{The code of station where the record was collected}
#' \item{ChannleCode}{The channel that the record was collected}
#' \item{dt}{The time step with unit of second}
#' \item{data}{The acceleration time sereis with unit of g}
#' }
#'
#' @source \url{https://ngawest2.berkeley.edu/}
"v"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.