basemap variable not defining into environment

Hi,
I have been trying to make a map on R Markdown but my basemap variable won't define. There is no error message immediately but when i run 'basemap' in the console or in my map code, the error message 'Error: object 'basemap' not found' appears.

How can I fix this?

Thank you.

Hello @daisy2 ,

Is Distance_walked_map an R-variable that contains the name of the map-file?
Or is it the name itself? In the latter case the name should be specified with quotes:
"Distance_walked_map"
Can you show also the R-code before the line with the error? The plus-sign suggests to me
that the basemap assigment was a continuation of something else ??

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.