Skip to content

Commit

Permalink
#21 set default line separator to '_\n'
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Oct 28, 2019
1 parent 00f02ad commit 7482a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/geoflow_utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ extract_cell_components <- function(x){

#'set_line_separator
#'@export
set_line_separator <- function(x = ";\n"){
set_line_separator <- function(x = "_\n"){
if(!is(x,"character")) stop("The line separator should be an object of class 'character'")
.geoflow$LINE_SEPARATOR <- x
}
Expand Down

0 comments on commit 7482a40

Please sign in to comment.