Nothing
#' Initialize a `GitAI` project.
#' @param project_id A character, ID of the project.
#' @return A \code{GitAI} object.
#' @export
initialize_project <- function(project_id) {
GitAI$new(project_id = project_id)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.