It renders the new Dotto and adds it into the Data Motto, which was already created and then renders Index.Rmd to upgrade the cards in the main page.

upgrade_site_DataMotto(path = NULL, keep_original_site_libs = T, open = T)

Arguments

path

The path into the Dotto .Rmd. If the path directs to the Dotto folder and there exists only one .Rmd there, it automatically update the path to select the Dotto Rmd file. Default is NULL that selects the current working directory.

keep_original_site_libs

a logical value that keeps the original site_libs folder, created by build_site_DataMotto rather than adding a new site_libs created by rendering Index.Rmd. Default is TRUE.

open

A logical value that opens the Index page of site in the browser. Default is TRUE.