我遇到过ggmap的问题。我正在运行几周前运行的代码。现在我收到错误"错误get(" f",环境(CoordMap $ train)):object' f'找不到"我重新启动了R并更新了它。我尝试上传旧版本的ggplot2和ggmap。
<script>
var createTablesImpl = function(index, value) {
$(value).prepend("<div>FOO</div>");
};
$(".yesPagingTableX").each(createTablesImpl);
</script>
<div class="yesPagingTableX">
foo
</div>
<br/><br/>
这是我的地图代码。
devtools::install_github("dkahle/ggmap")
devtools::install_github("hadley/ggplot2")
非常感谢任何建议