Get project name from path
get_project_name_from_path.Rd
This function takes in a path to an RDS file and returns a string to be used as project name
Usage
get_project_name_from_path(
x,
depth = 2,
end_offset = 0,
staging_dir = "dev",
fsep = .Platform$file.sep
)