Conversation
Signed-off-by: Ce Gao <ce.gao@outlook.com>
Signed-off-by: Ce Gao <ce.gao@outlook.com>
|
Question: the Table and XML classes and all of their methods are part of the Java API -- those classes are not Python mode-specific features, although I am not sure if Python mode implements the same methods those methods in the same way. Why are they being removed? Is the idea that R has its own built-in methods for doing table manipulation, like using matrices? Python documentation that does not belong in in R include core features of the Python language that are not part of the Processing Java API. These were included in the Python mode documentation but should not be in included in the R mode documentation. An example is If you want to know whether a Python reference maps to the Java API you can compare the reference pages: |
|
I remove this functions since R has a better support for table(matrix), and as for XML, I don't think it is necessary for R mode since I can't imagine the use scenarios. 🤔 Do you think if we need to add XML back? |
|
Thinking about this more: Table and XML are quite complex, and should be low priority in documentation. If there are implementation issues (e.g. if the load and save functions don't "just work") then they should also be low priority.
For an R mode user who wants to work with XML, right now the default R package for XML is not available in renjin because it is C-based: ...although if our R packing importing is fully resolved, native R XML features might be available through XiMpLe: |
Close #120
Signed-off-by: Ce Gao ce.gao@outlook.com