Added an MNR notification function which produces shiny notifications with MNR settings included
This commit is contained in:
19
man/mnrNotification.Rd
Normal file
19
man/mnrNotification.Rd
Normal file
@@ -0,0 +1,19 @@
|
||||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/notification.R
|
||||
\name{mnrNotification}
|
||||
\alias{mnrNotification}
|
||||
\title{Displays a shiny notification with MNR specific settings}
|
||||
\usage{
|
||||
mnrNotification(message, type, session = shiny::getDefaultReactiveDomain())
|
||||
}
|
||||
\arguments{
|
||||
\item{message}{Character string to display in the notification}
|
||||
|
||||
\item{type}{A string which controls the color of the notification. One of
|
||||
"default" (gray), "message" (blue), "warning" (yellow), or "error" (red).}
|
||||
|
||||
\item{session}{Session object to send notification to.}
|
||||
}
|
||||
\description{
|
||||
Displays a shiny notification with MNR specific settings
|
||||
}
|
||||
Reference in New Issue
Block a user