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'