#' This function does nothing. It is intended to inherit is parameters'
#' documentation.
#' @param address address from which you want to download the database from
#' @param address1 address from which you want to download the df1 from
#' @param address2 address from which you want to download the df2 from
#' @param colonna a column
#' @param dbmefu the one and only MeFu database
#' @param df a dataframe
#' @param df1 database from mefu
#' @param df2 database from comixtime
#' @param dfmerged a merged data frame
#' @param filename a filename
#' @param folder if set to "choose" let you choose navigating in your folder system.
#' If a path is provided it'll save there. N.B.: The path format has to be of
#' the kind "C://folder1//folder2"
#' @param names a list of names
default_params_doc <- function(
address,
address1,
address2,
colonna,
dbmefu,
df,
df1,
df2,
dfmerged,
filename,
folder,
names
) {
# Nothing
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.