formula = products + managers~ date,
subset=.(date < "202301"), # it noticed me that it cannot find the function "."
i library reshape2 again, but it did not work.
what should i do?
fun.aggregate = sum,
value.var = "生效量")
Can you post a subset of your data? Use the dput() function to do that. If your data frame is named DF, post the output of
dput(head(DF, 20))
Put a line with three back ticks just before and after the output, like this:
```
output of dput() goes here
```
It might avoid problems if the column names used only Latin characters
I put it on my console, and the outcome is here.
my concern is that
subset=.(date > "202301" & managers == "邓翘")
does work previously, but yesterday R noticed" could not find function "."