Browse Source

minor correction

master
Marcel ShinyServer 4 years ago
parent
commit
c221d13173
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      invivos/app.R

+ 1
- 1
invivos/app.R

@ -3,7 +3,7 @@ library(ggplot2)
library(reshape2)
library(openxlsx)
library(dplyr)
source("../funcions.R")
source("../../funcions.R")
# Define UI for application
ui <- fluidPage(

Loading…
Cancel
Save