This website works better with JavaScript.
Home
Explore
Help
Sign In
marcelcosta
/
scMonitor
Watch
1
Star
0
Fork
0
Code
Issues
2
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
Eliminado un print para la ruta de fichero.
BuiltinModules
Marcel Costa
1 year ago
parent
cd17424f44
commit
f906368738
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
scMonitor/app.R
+ 0
- 1
scMonitor/app.R
View File
@ -32,7 +32,6 @@ server <- function(input, output) {
observe
(
{
if
(
!
is.integer
(
input
$
file
)
)
{
print
(
parseFilePaths
(
volumes
,
input
$
file
)
)
dades
$
seu
<-
readRDS
(
parseFilePaths
(
volumes
,
input
$
file
)
$
datapath
)
}
}
)
Write
Preview
Loading…
Cancel
Save