roxygen2 import classes from

How would you go about importing class Microsoft SQL Server from odbc? Is there an alternative way to tell roxygen to import a class containing spaces without editing the NAMESPACE file manually?

#' @importClassesFrom odbc `Microsoft SQL Server`

Splits into

Warning: class "Server`" is not exported by 'namespace:odbc'
Warning: class "`Microsoft" is not exported by 'namespace:odbc'
Warning: class "SQL" is not exported by 'namespace:odbc'
#' @rawNamespace importClassesFrom(odbc,"Microsoft SQL Server")
3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.