-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Download snippets #162
Download snippets #162
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also Please check my merging :)
@@ -74,3 +74,36 @@ getUserReactiveValues <- function(data = input){ | |||
})) | |||
return(tmp[to_include]) | |||
} | |||
|
|||
save.function.from.env <- function(wanted,file="utils.R") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here we need to check in the string for any occurrences of par_tmp[[session$token]]
and replace it with par_tmp
, same goes for res_tmp. Otherwise please check in your script whether code is working, everything downloaded as a zip folder for me but did not test code individually.
TODO