Browse code

corrections in documentation

Leandro Roser authored on 23/04/2018 06:02:35
Showing 1 changed files
... ...
@@ -10,6 +10,6 @@ check_onclick_(.menu_react, .butt_number, my_envir)
10 10
 Change value of reactive output, without return
11 11
 }
12 12
 \description{
13
-function to put a tickmark on click
13
+Function to put a tickmark on click
14 14
 }
15 15
 \keyword{internal}
Browse code

fix warning

Leandro Roser authored on 19/04/2018 23:50:03
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,15 @@
1
+% Generated by roxygen2: do not edit by hand
2
+% Please edit documentation in R/server_functions.R
3
+\name{check_onclick_}
4
+\alias{check_onclick_}
5
+\title{check onclick}
6
+\usage{
7
+check_onclick_(.menu_react, .butt_number, my_envir)
8
+}
9
+\value{
10
+Change value of reactive output, without return
11
+}
12
+\description{
13
+function to put a tickmark on click
14
+}
15
+\keyword{internal}