-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the solution you'd like
- Write.simple.* functions should be able to handle subfolder creation and parsing
- It should not bring in dependency from
MarkdownReports::create_set_OutDir().
Instead
create_set_OutDir(dirGO, "Poz.Markers/id2/")
write.simple.tsv(poz.markers.id2, suffix = sppp(obj_name, cl, id2.long, make.names = T))Do
write.simple.tsv(poz.markers.id2, subdir= "Poz.Markers/id2/", suffix = sppp(obj_name, cl, id2.long, make.names = T))write.simple.tsv <- function(
input_df,
separator = "\t", extension = "tsv",
filename = substitute(input_df),
suffix = NULL,
# prefix = NULL, # not necessary now
# subfolder = NULL,
manual_file_name = NULL,
manual_directory = NULL,
row_names = TRUE,
col_names = NA,
gzip = FALSE,
o = FALSE,
v = TRUE,
...) {
Input
Add any other context or screenshots about the feature request here.
Output
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request