Skip to content
GitLab
Menu
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
82fbde22
Commit
82fbde22
authored
Jul 07, 2021
by
Romulo Pereira Goncalves
Browse files
Use single quotes instead of FALSE.
parent
d646cffd
Pipeline
#25387
passed with stages
in 11 minutes and 54 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
R-package/R/save_files.r
View file @
82fbde22
...
...
@@ -52,5 +52,5 @@ save_kml <- function(outPath, step, raster, overwrite) {
crs
=
"+proj=longlat +datum=WGS84"
,
method
=
'ngb'
)
raster
::
KML
(
kml
,
paste
(
outPath
,
paste
(
"step_"
,
step
,
sep
=
""
),
sep
=
""
),
overwrite
=
overwrite
,
zip
=
FALSE
)
raster
::
KML
(
kml
,
paste
(
outPath
,
paste
(
"step_"
,
step
,
sep
=
""
),
sep
=
""
),
overwrite
=
overwrite
,
zip
=
''
)
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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