You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running all the indicators the user is likely to want to export the results to a more standard object like a data.frame (so it can do beautiful plots in ggplot for example).
To do this we need functions that take the output object:
After running all the indicators the user is likely to want to export the results to a more standard object like a data.frame (so it can do beautiful plots in ggplot for example).
To do this we need functions that take the output object:
and convert it to something like this
Non numerical indicators cannot fit into this data structure so I suggest dicarding them.
The text was updated successfully, but these errors were encountered: