#' Project Focused Condition Helpers
#' @export
#' @rdname project-condition-helpers
project_is_package <- function() {
file.exists("NAMESPACE")
}
#' @export
#' @rdname project-condition-helpers
project_uses_git <- function() {
file.exists(".gitignore")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.