I would like to select and import ca. 30 dataframes from my global environment into a list. All my dataframes end with ".AM", therefore should be very easy to import them but I am still quite new to R.
I tried:
mylist <- list(pattern = "*.AM")
but it doesn't work.