Nothing
# From assertive.code is-code.R, assert-is-code.R
#' Does the current call have an argument?
#'
#' See \code{\link[assertive.code]{has_arg}}.
#' @name has_arg
#' @aliases has_arg_ assert_has_arg
#' @export has_arg
#' @export has_arg_
#' @export assert_has_arg
NULL
#' Is the binding of a variable locked?
#'
#' See \code{\link[assertive.code]{is_binding_locked}}.
#' @name is_binding_locked
#' @aliases assert_is_binding_locked
#' @export is_binding_locked
#' @export assert_is_binding_locked
NULL
#' Is the input function being debugged?
#'
#' See \code{\link[assertive.code]{is_debugged}}.
#' @name is_debugged
#' @aliases assert_is_debugged
#' @export is_debugged
#' @export assert_is_debugged
NULL
#' Does the code run without throwing an error?
#'
#' See \code{\link[assertive.code]{is_error_free}}.
#' @name is_error_free
#' @export is_error_free
NULL
#' Does the variable exist?
#'
#' See \code{\link[assertive.code]{is_existing}}.
#' @name is_existing
#' @aliases assert_all_are_existing assert_any_are_existing
#' @export is_existing
#' @export assert_all_are_existing
#' @export assert_any_are_existing
NULL
#' Is suitable to be used as an if condition
#'
#' See \code{\link[assertive.code]{is_if_condition}}.
#' @name is_if_condition
#' @aliases assert_is_if_condition
#' @export is_if_condition
#' @export assert_is_if_condition
NULL
#' Is the input DLL loaded?
#'
#' See \code{\link[assertive.code]{is_loaded}}.
#' @name is_loaded
#' @aliases assert_is_loaded
#' @export is_loaded
#' @export assert_is_loaded
NULL
#' Is the input valid R code?
#'
#' See \code{\link[assertive.code]{is_valid_r_code}}.
#' @name is_valid_r_code
#' @aliases assert_is_valid_r_code
#' @export is_valid_r_code
#' @export assert_is_valid_r_code
NULL
#' Is the string a valid variable name?
#'
#' See \code{\link[assertive.code]{is_valid_variable_name}}.
#' @name is_valid_variable_name
#' @aliases assert_all_are_valid_variable_names assert_any_are_valid_variable_names
#' @export is_valid_variable_name
#' @export assert_all_are_valid_variable_names
#' @export assert_any_are_valid_variable_names
NULL
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.