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

Not all data types can be coerced to numeric #90

Closed
elinw opened this issue Jun 7, 2017 · 0 comments
Closed

Not all data types can be coerced to numeric #90

elinw opened this issue Jun 7, 2017 · 0 comments

Comments

@elinw
Copy link
Collaborator

elinw commented Jun 7, 2017

When skim encounters an unknown data type it attempts to coerce to numeric and do a set of default functions for numeric.
However, some data types, such as lists, cannot be coerced to numeric. In that case the following error is returned:

Error: (list) object cannot be coerced to type 'double'

Perhaps it would be good to use character as a fallback rather than numeric.

@elinw elinw mentioned this issue Jun 7, 2017
@elinw elinw closed this as completed Jun 18, 2017
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