Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gael MILLOT
cute_little_R_functions
Commits
0ed1466d
Commit
0ed1466d
authored
Oct 05, 2018
by
Gael MILLOT
Browse files
v3.1.0 release
parent
868d3e2c
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
0ed1466d
...
...
@@ -47,6 +47,13 @@ Check for updated versions (more recent release tags) at https://gitlab.pasteur.
#### WHAT'S NEW IN
## v3.1.0
1) fun_export_data() function modified: argument data cannot be NULL
2) the debugging line containing r_debugging_tools-v1.2.R updated for the new position of this script
## v3.0.0
1) cute_little_functions.R renamed cute_little_R_functions.R
...
...
cute_little_R_functions.R
View file @
0ed1466d
This diff is collapsed.
Click to expand it.
cute_little_R_functions.docx
View file @
0ed1466d
No preview for this file type
examples_alone.txt
View file @
0ed1466d
...
...
@@ -53,6 +53,7 @@ prior.par <- fun_graph_param_prior_plot(param.reinitial = TRUE) ; plot(1:100) ;
windows() ; windows() ; pdf() ; dev.list() ; fun_close_specif_window(kind = c("pdf", "x11"), return.text = TRUE) ; dev.list()
fun_export_data()
fun_export_data(data = 1:3, output = "results.txt", path = "C:/Users/Gael/Desktop", no.overwrite = TRUE, rownames.kept = FALSE, vector.cat = FALSE, sep = 2)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment