Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

data_guide() #8

Open
2 tasks
chiyahn opened this issue Jul 6, 2020 · 1 comment
Open
2 tasks

data_guide() #8

chiyahn opened this issue Jul 6, 2020 · 1 comment
Assignees

Comments

@chiyahn
Copy link
Owner

chiyahn commented Jul 6, 2020

  • data_guide() for all columns in every df
  • data_guide(df) for all columns in df
@chiyahn chiyahn self-assigned this Jul 6, 2020
@chiyahn
Copy link
Owner Author

chiyahn commented Jul 6, 2020

df.mobility <- fetch_mobility()
df.policies <- fetch_policies()
df.cases <- fetch_cases()

names.cases <- names(df.cases)
names.policies <- names(df.policies)
names.mobility <- names(df.mobility)


e <- new.env(parent = emptyenv())
load("R/sysdata.rda", envir = e)
e$NAMES.CASES <- names.cases
e$NAMES.POLICIES <- names.policies
e$NAMES.MOBILITY <- names.mobility
 
do.call("save", c(ls(envir = e), list(envir = e, file = "R/sysdata.rda")))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant