# NOT RUN {
create_wp_page(root_url = 'https://domain.com',user = Sys.getenv('username'),
pass = Sys.getenv('password'),
title_val = 'post title',excerpt_val = 'post excerpt',
content_val = 'the post content as a string, with wordpress-accepted
<strong>html</strong> (or bbcode!)',
status_val = 'draft',format_val = 'standard')
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab