Skip to content

Instantly share code, notes, and snippets.

@rshyam1
Last active May 1, 2016 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rshyam1/b4c888a94e1d67ebc5bac4e63db543ed to your computer and use it in GitHub Desktop.
Save rshyam1/b4c888a94e1d67ebc5bac4e63db543ed to your computer and use it in GitHub Desktop.
# Reading xls file
library(gdata)
credit_data=read.xls("~/credit_project/credit2.xls", sheet = 1)
credit_tbl=tbl_df(credit_data)
credi_tbl_temp=credit_tbl
#credit_tbl2=credit_tbl[,2:ncol(credit_tbl)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment