我正在尝试使用该rgee
软件包使以下代码在 Google Earth Engine 中工作:
# Load rgee
library(rgee)
# Initialise
ee_users()
ee_Initialize()
# The incorrect use of repeat within an rgee context
ee$List$repeat(1,3)
但我得到了错误:
Error: unexpected 'repeat' in "ee$List$repeat"
是因为repeat
在base r中有一些混淆吗?