Skip to content

Commit 401daab

Browse files
committed
Slight corrections in the man page
1 parent b38c31b commit 401daab

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

R/config.R

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#' Configure the R environment to access my MongoDB database, and provide or
2-
#' cache user information for reuse in learnr and shiny applications that are
3-
#' run locally.
1+
#' Configure the R environment to access my database and to register users
42
#'
5-
#' Environment variables are added with infos about my database and files
6-
#' are written in the user's directory with cache data.
3+
#' These functions configure the R environment to allow recording of learnr and
4+
#' Shiny apps activity in a database, for a given user. Environment variables
5+
#' are added with infos about my database and files are written in the user's``
6+
#' directory with cache data.
77
#'
88
#' @param data Fingerprint data (user information) either in clear, or ciphered. In
99
#' this case, the string must start with "fingerprint=".

0 commit comments

Comments
 (0)