\begin{table}
\centering
\begin{tblr}[         %% tabularray outer open
]                     %% tabularray outer close
{                     %% tabularray inner open
colspec={Q[]Q[]},
}                     %% tabularray inner close
\toprule
Package (link) & Purpose \\ \midrule %% TinyTableHeader
\href{https://www.marginaleffects.com/}{\texttt{marginaleffects}} & Interpreting statistical models \\
\href{https://www.modelsummary.com/}{\texttt{modelsummary}} & Data and model summaries        \\
\bottomrule
\end{tblr}
\end{table} 
