# Author: Diego Lopes <https://github.com/djkakaroto>
# Version: 0.0.1
# Name: corrigir_dataframe
#' @export
corrigir_dataframe <-
function(dataFrame = FALSE,
method = c("SELIC", "IPC-A", "IGP-M"),
endDate = TRUE) {
dataFrame = as.data.frame(dataFrame)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.