CharlesJB / ENCODExplorer

5 stars 4 forks source link

Fix #34. Use encode_df when df is null, regardless of parent environment #35

Closed ericfournier2 closed 7 years ago

ericfournier2 commented 7 years ago

data(encode_df, env=environment()) will fail if called from within a package. Explicit scoping fixes this.