I am fairly new to R and having some issues installing the foreign package. I get the following message:
package ‘foreign’ is not available (for R version 3.6.3)
from the following line of code:
install.packages('foreign')
Can anyone help? Thanks!