cpsievert / LDAvis

R package for web-based interactive topic model visualization.
Other
557 stars 131 forks source link

Missing "check.inputs" function #36

Closed AHMcKenzie closed 9 years ago

AHMcKenzie commented 9 years ago

Hi Carson, I recently updated R and reinstalled the latest packages, but also discovered that function "check.inputs" is no longer there. I didn't find any reference about this change, is it a design change, or perhaps an omission? Thanks. Alex

cpsievert commented 9 years ago

Ah, yea, sorry, that should've been documented better. We incorporated those checks into createJSON() itself, so there is no longer a need for it.