Skip to content

Instantly share code, notes, and snippets.

@riqbal-k
Created October 16, 2022 13:27
Show Gist options
  • Save riqbal-k/d3b60472881bf9f3630aaf8eb5d9df0e to your computer and use it in GitHub Desktop.
Save riqbal-k/d3b60472881bf9f3630aaf8eb5d9df0e to your computer and use it in GitHub Desktop.
#combine Microsoft and SP daily data
ms.sp.dp<-merge(ms.z, sp.z)
head(ms.sp.dp)
#combine Microsoft and sP monthly data
ms.sp.dm<-merge(ms.monthly, sp.monthly)
head(ms.sp.dm)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment