#' Convert \code{data.frame} to \code{list}.
#'
#' @importFrom magrittr %>%
#' @importFrom magrittr %<>%
#' @name %>%
#' @rdname pipe
#' @export
#' @param x A \code{data.frame} object.
#' @examples
#' my_result <- foo(iris)
#'
# foo <- function(x) {
# x %>%
# as.list()
# }
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.