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
load_data() finds files in the data folder with a .Rdata prefix but not with the prefix .RData (capital D). The current regex does not account for this form. .RData seems to be a common form though (see ?data).