This website works better with JavaScript.
Home
Explore
Help
Sign In
marcelcosta
/
Nitrogen-CIT
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
Test downloader
main
marcelcosta
1 week ago
parent
e3b57495b8
commit
65f1e39467
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Nitrogen-CIT/app.R
+ 1
- 1
Nitrogen-CIT/app.R
View File
@ -107,7 +107,7 @@ server <- function(input, output) {
}
,
content
=
function
(
file
)
{
writexl
::
write_xlsx
(
dades
$
taula
,
file
)
writexl
::
write_xlsx
(
list
(
"
Nitrogen"
=
dades
$
taula
)
,
file
)
}
)
Write
Preview
Loading…
Cancel
Save