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
Habitat Sampler
HabitatSampler
Commits
1cebe4bc
Commit
1cebe4bc
authored
Jul 08, 2021
by
Johannes Knoch
Browse files
set different names for outcome of two different functions
parent
ccc3e7b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
R-package/R/save_files.r
View file @
1cebe4bc
...
...
@@ -201,8 +201,8 @@ writeOutSamples <- function(in_path, step, class_name, output_format = c("shp",
rgdal
::
writeOGR
(
obj
=
res
,
layer
=
paste
(
"SamplePoints_step_"
,
step
,
"_"
,
class_name
,
sep
=
""
),
dsn
=
paste
(
in_path
,
"SamplePoints_step_"
,
step
,
"_"
,
class_name
,
".geojson"
,
sep
=
""
),
layer
=
paste
(
"
sel_
SamplePoints_step_"
,
step
,
"_"
,
class_name
,
sep
=
""
),
dsn
=
paste
(
in_path
,
"
sel_
SamplePoints_step_"
,
step
,
"_"
,
class_name
,
".geojson"
,
sep
=
""
),
driver
=
"GeoJSON"
,
check_exists
=
TRUE
,
overwrite_layer
=
TRUE
...
...
@@ -212,8 +212,8 @@ writeOutSamples <- function(in_path, step, class_name, output_format = c("shp",
rgdal
::
writeOGR
(
obj
=
res
,
layer
=
paste
(
"SamplePoints_step_"
,
step
,
"_"
,
class_name
,
sep
=
""
),
dsn
=
paste
(
in_path
,
"SamplePoints_step_"
,
step
,
"_"
,
class_name
,
".shp"
,
sep
=
""
),
layer
=
paste
(
"
sel_
SamplePoints_step_"
,
step
,
"_"
,
class_name
,
sep
=
""
),
dsn
=
paste
(
in_path
,
"
sel_
SamplePoints_step_"
,
step
,
"_"
,
class_name
,
".shp"
,
sep
=
""
),
driver
=
"ESRI Shapefile"
,
check_exists
=
TRUE
,
overwrite_layer
=
TRUE
...
...
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