8 lines
160 B
R
Executable File
8 lines
160 B
R
Executable File
# fichier à supprimer, fonction test pour mise en place de l'api
|
|
ma_fonction <- function() {
|
|
list(
|
|
status = "youhou",
|
|
time = Sys.time()
|
|
)
|
|
}
|