This example shows how to load Redactor with plugins. Just use the plugins
options and set an array of plugins by name.
<!--element -->
<textarea id="content"></textarea>
<!-- call -->
<script>
$R('#content', { plugins: ['table', 'alignment'] });
</script>