You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error in as.data.table(tm[c("link", "datetime")]) :
could not find function "as.data.table"
In addition: Warning message: data_frame() was deprecated in tibble 1.1.0.
ℹ Please use tibble() instead.
ℹ The deprecated feature was likely used in the wayback package.
Please report the issue at https://github.com/hrbrmstr/wayback/issues.
The text was updated successfully, but these errors were encountered:
I am getting the following error message in R
Error in as.data.table(tm[c("link", "datetime")]) :
could not find function "as.data.table"
In addition: Warning message:
data_frame()
was deprecated in tibble 1.1.0.ℹ Please use
tibble()
instead.ℹ The deprecated feature was likely used in the wayback package.
Please report the issue at https://github.com/hrbrmstr/wayback/issues.
The text was updated successfully, but these errors were encountered: